summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2005-04-12 15:09:58 +0000
committerDavid Reveman <davidr@novell.com>2005-04-12 15:09:58 +0000
commitb2ab22808f8a4772bde235f584125198917cbb9e (patch)
tree8a676fda4d3b006e044bf2a3b151288e333f01de
parent368c6bfbebfa47bf88fe4fdeba69cba8fef8fd04 (diff)
Bump version to 0.4.2
-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 48091b4..1655a91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-04-12 David Reveman <davidr@novell.com>
+ * src/glitz.h (GLITZ_REVISION): Bump version to 0.4.2.
+
+ * configure.in: Bump version to 0.4.2.
+
* src/glx/glitz_glx_context.c (_glitz_glx_context_make_current):
* src/agl/glitz_agl_context.c:
(_glitz_agl_context_make_current): Call glFinish before switching
diff --git a/configure.in b/configure.in
index 7b2de1d..2355654 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.1
+GLITZ_VERSION=0.4.2
# libtool shared library version
# Increment if the interface has additions, changes, removals.
diff --git a/src/glitz.h b/src/glitz.h
index 8039885..9798706 100644
--- a/src/glitz.h
+++ b/src/glitz.h
@@ -38,7 +38,7 @@
#define GLITZ_MAJOR 0
#define GLITZ_MINOR 4
-#define GLITZ_REVISION 1
+#define GLITZ_REVISION 2
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {