Updated version for GLM 0.9.1 final release

master
Christophe Riccio ago%!(EXTRA string=14 years)
parent 5d6a6b3928
commit 5ac38b0af7
  1. 2
      glm/core/setup.hpp
  2. 2
      glm/glm.hpp

@ -17,7 +17,7 @@
#define GLM_VERSION_MAJOR 0
#define GLM_VERSION_MINOR 9
#define GLM_VERSION_PATCH 1
#define GLM_VERSION_REVISION B
#define GLM_VERSION_REVISION 0
///////////////////////////////////////////////////////////////////////////////////////////////////
// Compiler

@ -14,8 +14,6 @@
//! TODO: to delete
#define GLMvalType typename genType::value_type
//#define GLMcolType typename genType::col_type
//#define GLMrowType typename genType::row_type
#include <cmath>
#include <climits>

Loading…
Cancel
Save