Browse Source

Updated revision number for GLM 0.9.4.5 release

Christophe Riccio 12 years ago
parent
commit
119b36c4f2
2 changed files with 6 additions and 1 deletions
  1. 1 1
      glm/core/setup.hpp
  2. 5 0
      readme.txt

+ 1 - 1
glm/core/setup.hpp

@@ -36,7 +36,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			4
 #define GLM_VERSION_PATCH			4
-#define GLM_VERSION_REVISION		3
+#define GLM_VERSION_REVISION		5
 
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Platform
 // Platform

+ 5 - 0
readme.txt

@@ -36,6 +36,11 @@ GLM is a header only library, there is nothing to build, just include it.
 More informations in GLM manual:
 More informations in GLM manual:
 http://glm.g-truc.net/glm.pdf
 http://glm.g-truc.net/glm.pdf
 
 
+================================================================================
+GLM 0.9.4.5: 2013-06-XX
+--------------------------------------------------------------------------------
+- Fixed inclusion of intrinsics in "pure" mode #92 
+
 ================================================================================
 ================================================================================
 GLM 0.9.4.4: 2013-05-29
 GLM 0.9.4.4: 2013-05-29
 --------------------------------------------------------------------------------
 --------------------------------------------------------------------------------