diff --git a/glm/core/setup.hpp b/glm/core/setup.hpp index 29c9a2f8..8b335788 100644 --- a/glm/core/setup.hpp +++ b/glm/core/setup.hpp @@ -17,7 +17,7 @@ #define GLM_VERSION_MAJOR 0 #define GLM_VERSION_MINOR 9 #define GLM_VERSION_PATCH 1 -#define GLM_VERSION_REVISION B +#define GLM_VERSION_REVISION 0 /////////////////////////////////////////////////////////////////////////////////////////////////// // Compiler diff --git a/glm/glm.hpp b/glm/glm.hpp index ac418334..2c47cabb 100644 --- a/glm/glm.hpp +++ b/glm/glm.hpp @@ -14,8 +14,6 @@ //! TODO: to delete #define GLMvalType typename genType::value_type -//#define GLMcolType typename genType::col_type -//#define GLMrowType typename genType::row_type #include #include