diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/glitz.h | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2006-02-16 David Reveman <davidr@novell.com> + * src/glitz.h (GLITZ_REVISION): Bump version to 0.5.3. + + * configure.in: Bump version to 0.5.3. + * src/glitz_texture.c: Fix so that GL_ARB_texture_rectangle and GL_ARB_texture_border_clamp are not required for texture object creation. diff --git a/configure.in b/configure.in index a5ac184..d3714a3 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ dnl =========================================================================== # Package version number, (as distinct from shared library version) # This must be manually synchronized with the version in src/glitz.h -GLITZ_VERSION=0.5.2 +GLITZ_VERSION=0.5.3 # libtool shared library version # Increment if the interface has additions, changes, removals. diff --git a/src/glitz.h b/src/glitz.h index be4f735..9089365 100644 --- a/src/glitz.h +++ b/src/glitz.h @@ -28,7 +28,7 @@ #define GLITZ_MAJOR 0 #define GLITZ_MINOR 5 -#define GLITZ_REVISION 2 +#define GLITZ_REVISION 3 #if defined(__cplusplus) || defined(c_plusplus) extern "C" { |