From 4c9dbf613407869adc66b468cad6fadf0269cb5e Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 23 May 2010 21:31:59 +0100 Subject: [PATCH] Update version for release: GLM 0.9.0.0 --- glm/setup.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glm/setup.hpp b/glm/setup.hpp index f9c37b39..95c639c3 100644 --- a/glm/setup.hpp +++ b/glm/setup.hpp @@ -16,8 +16,8 @@ #define GLM_VERSION 90 #define GLM_VERSION_MAJOR 0 #define GLM_VERSION_MINOR 9 -#define GLM_VERSION_PATCH B -#define GLM_VERSION_REVISION 2 +#define GLM_VERSION_PATCH 0 +#define GLM_VERSION_REVISION 0 /////////////////////////////////////////////////////////////////////////////////////////////////// // Common values