diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index 6137a789..65ec261a 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 1 +#define GLM_VERSION_REVISION 2 /////////////////////////////////////////////////////////////////////////////////////////////////// // Platform diff --git a/readme.txt b/readme.txt index 7c472af2..114d1b96 100644 --- a/readme.txt +++ b/readme.txt @@ -36,6 +36,11 @@ GLM is a header only library, there is nothing to build, just include it. More informations in GLM manual: http://glm.g-truc.net/glm.pdf +================================================================================ +GLM 0.9.5.2: 2014-0X-XX +-------------------------------------------------------------------------------- + + ================================================================================ GLM 0.9.5.1: 2014-01-11 --------------------------------------------------------------------------------