From 6c22a0b82fdfa68352f284ff5c3f8f73ef665672 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 2 Apr 2014 01:23:19 +0200 Subject: [PATCH] Updated version for 0.9.5.4 --- glm/detail/setup.hpp | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index 06a9408a..3eb99bc9 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -38,7 +38,7 @@ #define GLM_VERSION_MAJOR 0 #define GLM_VERSION_MINOR 9 #define GLM_VERSION_PATCH 5 -#define GLM_VERSION_REVISION 3 +#define GLM_VERSION_REVISION 4 /////////////////////////////////////////////////////////////////////////////////////////////////// // Platform diff --git a/readme.txt b/readme.txt index df77a668..aaf3e217 100644 --- a/readme.txt +++ b/readme.txt @@ -37,7 +37,7 @@ More informations in GLM manual: http://glm.g-truc.net/glm.pdf ================================================================================ -GLM 0.9.5.3: 2014-0X-XX +GLM 0.9.5.3: 2014-04-02 -------------------------------------------------------------------------------- - Added instruction set auto detection with Visual C++ using _M_IX86_FP - /arch compiler argument