Moved version number macro to internal.h.

This lets alternative build environments avoid having to manually keep
track of which version of GLFW is being built.
This commit is contained in:
Camilla Berglund
2013-11-20 13:58:57 +01:00
parent 23021422f3
commit 0ccbddf767
6 changed files with 6 additions and 6 deletions
+2
View File
@@ -33,6 +33,8 @@
#include "glfw_config.h"
#endif
#define _GLFW_VERSION_NUMBER "3.0.4"
#if defined(_GLFW_USE_OPENGL)
// This is the default for glfw3.h
#elif defined(_GLFW_USE_GLESV1)