Browse Source

Updated version for 0.9.5.4

Christophe Riccio 11 years ago
parent
commit
6c22a0b82f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      glm/detail/setup.hpp
  2. 1 1
      readme.txt

+ 1 - 1
glm/detail/setup.hpp

@@ -38,7 +38,7 @@
 #define GLM_VERSION_MAJOR			0
 #define GLM_VERSION_MAJOR			0
 #define GLM_VERSION_MINOR			9
 #define GLM_VERSION_MINOR			9
 #define GLM_VERSION_PATCH			5
 #define GLM_VERSION_PATCH			5
-#define GLM_VERSION_REVISION		3
+#define GLM_VERSION_REVISION		4
 
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Platform
 // Platform

+ 1 - 1
readme.txt

@@ -37,7 +37,7 @@ More informations in GLM manual:
 http://glm.g-truc.net/glm.pdf
 http://glm.g-truc.net/glm.pdf
 
 
 ================================================================================
 ================================================================================
-GLM 0.9.5.3: 2014-0X-XX
+GLM 0.9.5.3: 2014-04-02
 --------------------------------------------------------------------------------
 --------------------------------------------------------------------------------
 - Added instruction set auto detection with Visual C++ using _M_IX86_FP - /arch
 - Added instruction set auto detection with Visual C++ using _M_IX86_FP - /arch
   compiler argument
   compiler argument