Browse Source

Merge branch '0.9.2' into 0.9.3

Christophe Riccio 14 years ago
parent
commit
d012a38c72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glm/core/setup.hpp

+ 1 - 1
glm/core/setup.hpp

@@ -17,7 +17,7 @@
 #define GLM_VERSION_MAJOR			0
 #define GLM_VERSION_MINOR			9
 #define GLM_VERSION_PATCH			2
-#define GLM_VERSION_REVISION		0
+#define GLM_VERSION_REVISION		1
 
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////