We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c597671 commit 8a00aefCopy full SHA for 8a00aef
1 file changed
glm/detail/setup.hpp
@@ -65,10 +65,10 @@
65
66
#define GLM_VERSION_MAJOR 0
67
#define GLM_VERSION_MINOR 4
68
-#define GLM_VERSION_PATCH 1
+#define GLM_VERSION_PATCH 2
69
#define GLM_VERSION_REVISION 0
70
#define GLM_VERSION (GLM_VERSION_MAJOR * 1000 + GLM_VERSION_MINOR * 100 + GLM_VERSION_PATCH * 10 + GLM_VERSION_REVISION)
71
-#define GLM_VERSION_MESSAGE "glm v0.4.1.0 (c++98)"
+#define GLM_VERSION_MESSAGE "glm v0.4.2.0 (c++98)"
72
73
#define GLM_SETUP_INCLUDED GLM_VERSION
74
0 commit comments