2
0
Christophe Riccio 10 жил өмнө
parent
commit
7b9c7008eb
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      glm/detail/setup.hpp

+ 2 - 2
glm/detail/setup.hpp

@@ -42,11 +42,11 @@
 #define GLM_VERSION_MAJOR			0
 #define GLM_VERSION_MINOR			9
 #define GLM_VERSION_PATCH			6
-#define GLM_VERSION_REVISION		3
+#define GLM_VERSION_REVISION		4
 
 #if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_VERSION_DISPLAYED))
 #	define GLM_MESSAGE_VERSION_DISPLAYED
-#	pragma message ("GLM: version 0.9.6.3")
+#	pragma message ("GLM: version 0.9.6.4")
 #endif//GLM_MESSAGE
 
 ///////////////////////////////////////////////////////////////////////////////////