From 77ea97da2dc33a3d1a5f1645fe130ba51087c0b4 Mon Sep 17 00:00:00 2001 From: Bob Kuehne Date: Thu, 13 Jun 2013 10:54:47 -0400 Subject: [PATCH] fix version number --- 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 a059441b..d1d63e03 100644 --- a/glm/core/setup.hpp +++ b/glm/core/setup.hpp @@ -32,11 +32,11 @@ /////////////////////////////////////////////////////////////////////////////////////////////////// // Version -#define GLM_VERSION 94 +#define GLM_VERSION 94 #define GLM_VERSION_MAJOR 0 #define GLM_VERSION_MINOR 9 #define GLM_VERSION_PATCH 4 -#define GLM_VERSION_REVISION 3 +#define GLM_VERSION_REVISION 4 /////////////////////////////////////////////////////////////////////////////////////////////////// // Platform