From 19d2919ec3b8100b0b83949d67f5792f763e58cf Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 15 Mar 2014 19:49:26 +0100 Subject: [PATCH] Fixed version #179 --- glm/detail/setup.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index a6f22ec8..22298d03 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -34,7 +34,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////// // Version -#define GLM_VERSION 95 +#define GLM_VERSION 96 #define GLM_VERSION_MAJOR 0 #define GLM_VERSION_MINOR 9 #define GLM_VERSION_PATCH 6