From 658d8960d081e0c9c312d49758c7ef919371b428 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Tue, 19 Mar 2019 18:22:08 +0100 Subject: [PATCH] Prepare GLM 0.9.9.4 release --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 47fb2441..b15b3775 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.4](https://github.com/g-truc/glm/tree/master) - 2018-1X-XX +### [GLM 0.9.9.4](https://github.com/g-truc/glm/releases/tag/0.9.9.4) - 2019-03-19 #### Features: - Added mix implementation for matrices in EXT_matrix_common #842 - Added BUILD_SHARED_LIBS and BUILD_STATIC_LIBS build options #871