Updated version for 0.9.5.4

This commit is contained in:
Christophe Riccio 2014-04-02 01:23:19 +02:00
parent 682979ddd8
commit 6c22a0b82f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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