Merge 0.9.5

This commit is contained in:
Christophe Riccio 2014-01-11 23:52:32 +01:00
commit 022a6f3294
2 changed files with 7 additions and 2 deletions

View File

@ -37,8 +37,8 @@
#define GLM_VERSION 95
#define GLM_VERSION_MAJOR 0
#define GLM_VERSION_MINOR 9
#define GLM_VERSION_PATCH 5
#define GLM_VERSION_REVISION 1
#define GLM_VERSION_PATCH 6
#define GLM_VERSION_REVISION 0
///////////////////////////////////////////////////////////////////////////////////////////////////
// Platform

View File

@ -43,6 +43,11 @@ GLM 0.9.6.0: 2014-XX-XX
- Removed degrees for function parameters
- Removed GLM_FORCE_RADIANS, active by default
================================================================================
GLM 0.9.5.2: 2014-0X-XX
--------------------------------------------------------------------------------
================================================================================
GLM 0.9.5.1: 2014-01-11
--------------------------------------------------------------------------------