summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2006-05-20 20:33:53 +0000
committerDavid Reveman <davidr@novell.com>2006-05-20 20:33:53 +0000
commit2a607d0971e66b62e4d29bf14531265c611760c3 (patch)
tree0962cbb05a39d2b2b136617ce08948bea263dd82
parent35bdc457a58f834c832af5bac74bba3eb0d1c75c (diff)
Bump versionSNAPSHOT_0_5_6
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
-rw-r--r--src/glitz.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 399e566..9ee79ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-20 David Reveman <davidr@novell.com>
+
+ * src/glitz.h (GLITZ_REVISION): Bump version to 0.5.6.
+
+ * configure.in: Bump version to 0.5.6.
+
2006-05-02 David Reveman <davidr@novell.com>
* src/agl/glitz_agl_format.c (glitz_agl_query_formats):
diff --git a/configure.in b/configure.in
index 269ab37..98492e5 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.5
+GLITZ_VERSION=0.5.6
# libtool shared library version
# Increment if the interface has additions, changes, removals.
diff --git a/src/glitz.h b/src/glitz.h
index e82eb82..6fe2796 100644
--- a/src/glitz.h
+++ b/src/glitz.h
@@ -28,7 +28,7 @@
#define GLITZ_MAJOR 0
#define GLITZ_MINOR 5
-#define GLITZ_REVISION 5
+#define GLITZ_REVISION 6
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {