From 376d40ce00275d178bacd6243146789601fb74a1 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 9 Apr 2011 10:11:35 +0100 Subject: [PATCH] updated version numbers --- glm/core/setup.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glm/core/setup.hpp b/glm/core/setup.hpp index 07f32498..f1c9a253 100644 --- a/glm/core/setup.hpp +++ b/glm/core/setup.hpp @@ -13,10 +13,10 @@ /////////////////////////////////////////////////////////////////////////////////////////////////// // Version -#define GLM_VERSION 91 +#define GLM_VERSION 92 #define GLM_VERSION_MAJOR 0 #define GLM_VERSION_MINOR 9 -#define GLM_VERSION_PATCH 1 +#define GLM_VERSION_PATCH 2 #define GLM_VERSION_REVISION 0 ///////////////////////////////////////////////////////////////////////////////////////////////////