summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2006-03-13 14:30:37 +0000
committerDavid Reveman <davidr@novell.com>2006-03-13 14:30:37 +0000
commit240c059072e6d395a6fb868ab41825160f2283ab (patch)
treeb61f3788f6c216837db6713f3c2ced2d4fe28ab6
parent0ea6d11c7107d774ac0c563aa32578633522ac39 (diff)
Bump version
-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 1718cf7..da4d559 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-03-13 David Reveman <davidr@novell.com>
+ * src/glitz.h (GLITZ_REVISION): Bump version to 0.5.5.
+
+ * configure.in: Bump version to 0.5.5.
+
* src/glitz_pixel.c (glitz_set_pixels):
* src/glitz_gl.h:
Add experimental code for avoiding context switches when uploading
diff --git a/configure.in b/configure.in
index 4f23afe..269ab37 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.4
+GLITZ_VERSION=0.5.5
# libtool shared library version
# Increment if the interface has additions, changes, removals.
diff --git a/src/glitz.h b/src/glitz.h
index 72d0334..e82eb82 100644
--- a/src/glitz.h
+++ b/src/glitz.h
@@ -28,7 +28,7 @@
#define GLITZ_MAJOR 0
#define GLITZ_MINOR 5
-#define GLITZ_REVISION 4
+#define GLITZ_REVISION 5
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {