From 50c0f1cddb7fc44f3476e72633186337ff46f133 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 19 May 2011 01:09:03 +0100 Subject: [PATCH] Updated release number --- glm/core/setup.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/core/setup.hpp b/glm/core/setup.hpp index e67de0c8..939738a0 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 2 -#define GLM_VERSION_REVISION 0 +#define GLM_VERSION_REVISION 1 ///////////////////////////////////////////////////////////////////////////////////////////////////