Skip to content

Commit 8a00aef

Browse files
committed
update
版本修正
1 parent c597671 commit 8a00aef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

glm/detail/setup.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565

6666
#define GLM_VERSION_MAJOR 0
6767
#define GLM_VERSION_MINOR 4
68-
#define GLM_VERSION_PATCH 1
68+
#define GLM_VERSION_PATCH 2
6969
#define GLM_VERSION_REVISION 0
7070
#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)"
71+
#define GLM_VERSION_MESSAGE "glm v0.4.2.0 (c++98)"
7272

7373
#define GLM_SETUP_INCLUDED GLM_VERSION
7474

0 commit comments

Comments
 (0)