Browse Source

Updated documentation for GLM 0.9.2.2 release

Christophe Riccio 14 years ago
parent
commit
05cac2eb81
2 changed files with 1 additions and 1 deletions
  1. BIN
      doc/glm-0.9.2.pdf
  2. 1 1
      glm/core/setup.hpp

BIN
doc/glm-0.9.2.pdf


+ 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		1
+#define GLM_VERSION_REVISION		2
 
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////