Browse Source

Updated version and updated readme

Christophe Riccio 9 years ago
parent
commit
64342f78bf
2 changed files with 6 additions and 2 deletions
  1. 2 2
      glm/detail/setup.hpp
  2. 4 0
      readme.md

+ 2 - 2
glm/detail/setup.hpp

@@ -42,11 +42,11 @@
 #define GLM_VERSION_MAJOR			0
 #define GLM_VERSION_MAJOR			0
 #define GLM_VERSION_MINOR			9
 #define GLM_VERSION_MINOR			9
 #define GLM_VERSION_PATCH			7
 #define GLM_VERSION_PATCH			7
-#define GLM_VERSION_REVISION		5
+#define GLM_VERSION_REVISION		6
 
 
 #if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_VERSION_DISPLAYED))
 #if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_VERSION_DISPLAYED))
 #	define GLM_MESSAGE_VERSION_DISPLAYED
 #	define GLM_MESSAGE_VERSION_DISPLAYED
-#	pragma message ("GLM: version 0.9.7.5")
+#	pragma message ("GLM: version 0.9.7.6")
 #endif//GLM_MESSAGE
 #endif//GLM_MESSAGE
 
 
 ///////////////////////////////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////////////////////////////

+ 4 - 0
readme.md

@@ -51,6 +51,10 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
 
 
 ## Release notes
 ## Release notes
 
 
+#### [GLM 0.9.7.6](https://github.com/g-truc/glm/tree/0.9.7) - 2016-0X-XX
+##### Improvements:
+- Added pkg-config file #509
+
 #### [GLM 0.9.7.5](https://github.com/g-truc/glm/releases/tag/0.9.7.5) - 2016-05-24
 #### [GLM 0.9.7.5](https://github.com/g-truc/glm/releases/tag/0.9.7.5) - 2016-05-24
 ##### Improvements:
 ##### Improvements:
 - Added Visual C++ Clang toolset detection
 - Added Visual C++ Clang toolset detection