From 025d3a04cd0740873eafdfb11867b995443d1b98 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 8 May 2011 01:43:40 +0100 Subject: [PATCH] Getting ready GLM 0.9.2 release --- readme.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 412e491e..f0c60789 100644 --- a/readme.txt +++ b/readme.txt @@ -11,7 +11,16 @@ GLM is a header only library, there is nothing to build, just include it. #include More informations in GLM manual: -http://glm.g-truc.net/glm-0.9.1.pdf +http://glm.g-truc.net/glm-0.9.2.pdf + +================================================================================ +GLM 0.9.2.0: 2010-05-08 +-------------------------------------------------------------------------------- +- Added CUDA support +- Added CTest test suite +- Added GLM_GTX_ulp +- Added GLM_GTX_matrix_interpolation +- Updated quaternion slerp interpolation ================================================================================ GLM 0.9.1.3: 2010-05-07