From 67d647ae4645a9787c1f87efa3279e8ec5f506e3 Mon Sep 17 00:00:00 2001 From: Christophe Date: Thu, 8 Aug 2019 11:25:08 +0200 Subject: [PATCH] Fixed version --- glm/detail/setup.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index ba28bd5e..41b555ef 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -6,7 +6,7 @@ #define GLM_VERSION_MAJOR 0 #define GLM_VERSION_MINOR 9 #define GLM_VERSION_PATCH 9 -#define GLM_VERSION_REVISION 4 +#define GLM_VERSION_REVISION 6 #define GLM_VERSION 996 #define GLM_VERSION_MESSAGE "GLM: version 0.9.9.6"