From 23e0701c0483283440d4d1bcd17eb7070fa8eb75 Mon Sep 17 00:00:00 2001 From: christophe Date: Sat, 2 May 2020 19:00:56 +0200 Subject: [PATCH] Updated readme and GLM version --- glm/detail/setup.hpp | 6 +++--- readme.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index 3f97500b..130eed54 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 8 -#define GLM_VERSION 998 -#define GLM_VERSION_MESSAGE "GLM: version 0.9.9.8" +#define GLM_VERSION_REVISION 9 +#define GLM_VERSION 999 +#define GLM_VERSION_MESSAGE "GLM: version 0.9.9.9" #define GLM_SETUP_INCLUDED GLM_VERSION diff --git a/readme.md b/readme.md index 2efceb59..38ed4fb5 100644 --- a/readme.md +++ b/readme.md @@ -53,6 +53,10 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate) ## Release notes +### [GLM 0.9.9.9](https://github.com/g-truc/glm/commits/master) - 2020-XX-XX +#### Fixes: +- Fixed incorrect assertion for min and max #1009 + ### [GLM 0.9.9.8](https://github.com/g-truc/glm/releases/tag/0.9.9.8) - 2020-04-13 #### Features: - Added GLM_EXT_vector_intX* and GLM_EXT_vector_uintX* extensions