Updated GLM version

This commit is contained in:
Christophe Riccio 2015-10-22 00:31:15 +02:00
parent f1e9c2f186
commit 627d36fd47

View File

@ -42,11 +42,11 @@
#define GLM_VERSION_MAJOR 0 #define GLM_VERSION_MAJOR 0
#define GLM_VERSION_MINOR 9 #define GLM_VERSION_MINOR 9
#define GLM_VERSION_PATCH 7 #define GLM_VERSION_PATCH 7
#define GLM_VERSION_REVISION 1 #define GLM_VERSION_REVISION 2
#if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_VERSION_DISPLAYED)) #if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_VERSION_DISPLAYED))
# define GLM_MESSAGE_VERSION_DISPLAYED # define GLM_MESSAGE_VERSION_DISPLAYED
# pragma message ("GLM: version 0.9.7.1") # pragma message ("GLM: version 0.9.7.2")
#endif//GLM_MESSAGE #endif//GLM_MESSAGE
/////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////