From 21a30e11164c6ffc1ec12811cf7ce82c9f3b2d1f Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 14 Sep 2018 13:12:40 +0200 Subject: [PATCH] Updated readme for GLM 0.9.9.2 release --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index da722e27..ab37c3c8 100644 --- a/readme.md +++ b/readme.md @@ -52,7 +52,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate) ## Release notes -### [GLM 0.9.9.2](https://github.com/g-truc/glm/commits/master) - 2018-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 - Fixed default initialization with vector and quaternion types using GLM_FORCE_CTOR_INIT #812