From 852ada9c3d2970814c42e40417684f8a92decae3 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 2 Jun 2011 12:51:52 +0100 Subject: [PATCH] Typo --- glm/core/func_common.hpp | 8 +------- glm/core/func_exponential.hpp | 4 ---- glm/core/setup.hpp | 3 +-- readme.txt | 8 ++++---- 4 files changed, 6 insertions(+), 17 deletions(-) diff --git a/glm/core/func_common.hpp b/glm/core/func_common.hpp index ec564bf8..1af20fad 100644 --- a/glm/core/func_common.hpp +++ b/glm/core/func_common.hpp @@ -14,14 +14,9 @@ namespace glm { - namespace test{ - void main_core_func_common(); - }//namespace test - namespace core{ namespace function{ - //! Define common functions from Section 8.3 of GLSL 1.30.8 specification. Included in glm namespace. - namespace common{ + namespace common{ //!< Define common functions from Section 8.3 of GLSL 1.30.8 specification. Included in glm namespace. /// \addtogroup core_funcs ///@{ @@ -330,7 +325,6 @@ namespace glm genType ldexp(genType const & x, genIType const & exp); ///@} - }//namespace common }//namespace function }//namespace core diff --git a/glm/core/func_exponential.hpp b/glm/core/func_exponential.hpp index 7871397f..c3bc0bd2 100644 --- a/glm/core/func_exponential.hpp +++ b/glm/core/func_exponential.hpp @@ -12,10 +12,6 @@ namespace glm { - namespace test{ - void main_core_func_exponential(); - }//namespace test - namespace core{ namespace function{ //! Define all exponential functions from Section 8.2 of GLSL 1.30.8 specification. Included in glm namespace. diff --git a/glm/core/setup.hpp b/glm/core/setup.hpp index 28a89b52..e3a569ec 100644 --- a/glm/core/setup.hpp +++ b/glm/core/setup.hpp @@ -17,8 +17,7 @@ #define GLM_VERSION_MAJOR 0 #define GLM_VERSION_MINOR 9 #define GLM_VERSION_PATCH 2 -#define GLM_VERSION_REVISION 2 - +#define GLM_VERSION_REVISION 3 /////////////////////////////////////////////////////////////////////////////////////////////////// // Compiler diff --git a/readme.txt b/readme.txt index 33f5726a..7413a3f8 100644 --- a/readme.txt +++ b/readme.txt @@ -1,13 +1,13 @@ ================================================================================ -G-Truc Creation +OpenGL Mathematics (GLM) -------------------------------------------------------------------------------- -www.g-truc.net +glm.g-truc.net glm@g-truc.net ================================================================================ The MIT License -------------------------------------------------------------------------------- -Copyright (c) 2005 - 2011 G-Truc Creation +Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -37,7 +37,7 @@ More informations in GLM manual: http://glm.g-truc.net/glm-0.9.2.pdf ================================================================================ -GLM 0.9.2.2: 2011-06-XX +GLM 0.9.2.2: 2011-06-02 -------------------------------------------------------------------------------- - Expend matrix constructors flexibility - Improved quaternion implementation