summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2005-06-07 15:44:34 +0000
committerDavid Reveman <davidr@novell.com>2005-06-07 15:44:34 +0000
commit208acbf034590b56ef0b658aeb6a152a151c3d8a (patch)
treebf021aee040b15812dbbadc1edf647c22b169b83
parent8292d3b001441cc74347ab1464812c27476ae321 (diff)
Bump version to 0.4.3SNAPSHOT_0_4_3
-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 09362fb..d96f850 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-06-07 David Reveman <davidr@novell.com>
+
+ * src/glitz.h (GLITZ_REVISION): Bump version to 0.4.3.
+
+ * configure.in: Bump version to 0.4.3.
+
2005-06-06 David Reveman <davidr@novell.com>
* src/glx/glitz_glx_context.c (_glitz_glx_context_update): Fix minor
diff --git a/configure.in b/configure.in
index 3313375..132108d 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.4.2
+GLITZ_VERSION=0.4.3
# libtool shared library version
# Increment if the interface has additions, changes, removals.
diff --git a/src/glitz.h b/src/glitz.h
index ada044f..0d6d30b 100644
--- a/src/glitz.h
+++ b/src/glitz.h
@@ -38,7 +38,7 @@
#define GLITZ_MAJOR 0
#define GLITZ_MINOR 4
-#define GLITZ_REVISION 2
+#define GLITZ_REVISION 3
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {