Browse Source

Updated version for GLM 0.9.1 final release

Christophe Riccio 15 years ago
parent
commit
5ac38b0af7
2 changed files with 1 additions and 3 deletions
  1. 1 1
      glm/core/setup.hpp
  2. 0 2
      glm/glm.hpp

+ 1 - 1
glm/core/setup.hpp

@@ -17,7 +17,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			1
 #define GLM_VERSION_PATCH			1
-#define GLM_VERSION_REVISION		B
+#define GLM_VERSION_REVISION		0
 
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Compiler
 // Compiler

+ 0 - 2
glm/glm.hpp

@@ -14,8 +14,6 @@
 
 
 //! TODO: to delete
 //! TODO: to delete
 #define GLMvalType typename genType::value_type
 #define GLMvalType typename genType::value_type
-//#define GLMcolType typename genType::col_type
-//#define GLMrowType typename genType::row_type
 
 
 #include <cmath>
 #include <cmath>
 #include <climits>
 #include <climits>