mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
updated GLM version for future GLM 0.9.9.3
This commit is contained in:
parent
21a30e1116
commit
770498a407
@ -6,9 +6,9 @@
|
|||||||
#define GLM_VERSION_MAJOR 0
|
#define GLM_VERSION_MAJOR 0
|
||||||
#define GLM_VERSION_MINOR 9
|
#define GLM_VERSION_MINOR 9
|
||||||
#define GLM_VERSION_PATCH 9
|
#define GLM_VERSION_PATCH 9
|
||||||
#define GLM_VERSION_REVISION 2
|
#define GLM_VERSION_REVISION 3
|
||||||
#define GLM_VERSION 992
|
#define GLM_VERSION 993
|
||||||
#define GLM_VERSION_MESSAGE "GLM: version 0.9.9.2"
|
#define GLM_VERSION_MESSAGE "GLM: version 0.9.9.3"
|
||||||
|
|
||||||
#define GLM_SETUP_INCLUDED GLM_VERSION
|
#define GLM_SETUP_INCLUDED GLM_VERSION
|
||||||
|
|
||||||
|
@ -52,6 +52,8 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
|
|||||||
|
|
||||||
## Release notes
|
## Release notes
|
||||||
|
|
||||||
|
### [GLM 0.9.9.3](https://github.com/g-truc/glm/commits/master) - 201X-XX-XX
|
||||||
|
|
||||||
### [GLM 0.9.9.2](https://github.com/g-truc/glm/releases/tag/0.9.9.2) - 2018-09-14
|
### [GLM 0.9.9.2](https://github.com/g-truc/glm/releases/tag/0.9.9.2) - 2018-09-14
|
||||||
#### Fixes:
|
#### Fixes:
|
||||||
- Fixed GLM_FORCE_CXX** section in the manual
|
- Fixed GLM_FORCE_CXX** section in the manual
|
||||||
|
Loading…
Reference in New Issue
Block a user