From 770498a407d11ba8e5dc3be7e932eaff90476895 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 14 Sep 2018 13:28:24 +0200 Subject: [PATCH] updated GLM version for future GLM 0.9.9.3 --- glm/detail/setup.hpp | 6 +++--- readme.md | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index c018fd0f..ff02ec54 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -6,9 +6,9 @@ #define GLM_VERSION_MAJOR 0 #define GLM_VERSION_MINOR 9 #define GLM_VERSION_PATCH 9 -#define GLM_VERSION_REVISION 2 -#define GLM_VERSION 992 -#define GLM_VERSION_MESSAGE "GLM: version 0.9.9.2" +#define GLM_VERSION_REVISION 3 +#define GLM_VERSION 993 +#define GLM_VERSION_MESSAGE "GLM: version 0.9.9.3" #define GLM_SETUP_INCLUDED GLM_VERSION diff --git a/readme.md b/readme.md index ab37c3c8..9ca621ea 100644 --- a/readme.md +++ b/readme.md @@ -52,6 +52,8 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate) ## Release notes +### [GLM 0.9.9.3](https://github.com/g-truc/glm/commits/master) - 201X-XX-XX + ### [GLM 0.9.9.2](https://github.com/g-truc/glm/releases/tag/0.9.9.2) - 2018-09-14 #### Fixes: - Fixed GLM_FORCE_CXX** section in the manual