Browse Source

Updated release number

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

+ 3 - 3
glm/core/setup.hpp

@@ -13,11 +13,11 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Version
 // Version
 
 
-#define GLM_VERSION					92
+#define GLM_VERSION					93
 #define GLM_VERSION_MAJOR			0
 #define GLM_VERSION_MAJOR			0
 #define GLM_VERSION_MINOR			9
 #define GLM_VERSION_MINOR			9
-#define GLM_VERSION_PATCH			2
-#define GLM_VERSION_REVISION		1
+#define GLM_VERSION_PATCH			3
+#define GLM_VERSION_REVISION		0
 
 
 
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////////////////////////////////////////////