summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2006-02-16 02:59:59 +0000
committerDavid Reveman <davidr@novell.com>2006-02-16 02:59:59 +0000
commit38c8cbf9378174eb85f277996706085f8134fb2d (patch)
treea9168d6df9402b5e9c64a3eb1ec812682d809445
parente3e74a4a9760649ee571df0a140d419f8757d906 (diff)
Bump version number
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
-rw-r--r--src/glitz.h2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e9a1859..e25e6ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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" {