Browse Source

Updated version

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

+ 2 - 2
glm/core/setup.hpp

@@ -32,10 +32,10 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Version
 
-#define GLM_VERSION					93
+#define GLM_VERSION					94
 #define GLM_VERSION_MAJOR			0
 #define GLM_VERSION_MINOR			9
-#define GLM_VERSION_PATCH			3
+#define GLM_VERSION_PATCH			4
 #define GLM_VERSION_REVISION		0
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////