From 5ac38b0af7d3fae07f7e47522ec96686cfab9414 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 28 Feb 2011 11:13:04 +0000 Subject: [PATCH] Updated version for GLM 0.9.1 final release --- glm/core/setup.hpp | 2 +- glm/glm.hpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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