diff --git a/glm/core/setup.hpp b/glm/core/setup.hpp index 07f32498..f1c9a253 100644 --- a/glm/core/setup.hpp +++ b/glm/core/setup.hpp @@ -13,10 +13,10 @@ /////////////////////////////////////////////////////////////////////////////////////////////////// // Version -#define GLM_VERSION 91 +#define GLM_VERSION 92 #define GLM_VERSION_MAJOR 0 #define GLM_VERSION_MINOR 9 -#define GLM_VERSION_PATCH 1 +#define GLM_VERSION_PATCH 2 #define GLM_VERSION_REVISION 0 ///////////////////////////////////////////////////////////////////////////////////////////////////