From 6493ae6784981b4b30d2c7e721c9c49516bd9a7e Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 12 Dec 2011 14:53:45 +0000 Subject: [PATCH] Updated version --- 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 4ba43ad7..5d6e4627 100644 --- a/glm/core/setup.hpp +++ b/glm/core/setup.hpp @@ -32,10 +32,10 @@ /////////////////////////////////////////////////////////////////////////////////////////////////// // Version -#define GLM_VERSION 93 +#define GLM_VERSION 94 #define GLM_VERSION_MAJOR 0 #define GLM_VERSION_MINOR 9 -#define GLM_VERSION_PATCH 3 +#define GLM_VERSION_PATCH 4 #define GLM_VERSION_REVISION 0 ///////////////////////////////////////////////////////////////////////////////////////////////////