From 9ffa3f8a3daac295ab9c35c73851bca99faecfbc Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 7 Sep 2019 22:51:46 +0200 Subject: [PATCH] Added GLM 0.9.9.6 release version in release notes --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 214c7c97..73e16c91 100644 --- a/readme.md +++ b/readme.md @@ -53,7 +53,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate) ## Release notes -### [GLM 0.9.9.6](https://github.com/g-truc/glm/tree/master) +### [GLM 0.9.9.6](https://github.com/g-truc/glm/releases/tag/0.9.9.6) - 2019-09-08 #### Features: - Added Neon support to glm #945 - Added SYCL support #914