summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2004-06-11 14:42:20 +0000
committerDavid Reveman <davidr@novell.com>2004-06-11 14:42:20 +0000
commit3cae6f324b59075a55854c30f789d8f7a1069429 (patch)
tree8c997bd3aa28fd0000fd08402b38329857a3ce3e
parent97328309d9140cd8c20ce6ed2c784871eb6265ae (diff)
Bump version to 0.1.4SNAPSHOT_0_1_4
-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 ae12b0b..58643ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-06-11 David Reveman <c99drn@cs.umu.se>
+ * src/glitz.h (GLITZ_REVISION): Bump version to 0.1.4.
+
+ * configure.in: Bump version to 0.1.4.
+
* src/glitzint.h: Added software multi-sampling, new render interface
and new stencil interface.
diff --git a/configure.in b/configure.in
index 9e29531..26705b2 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.1.3
+GLITZ_VERSION=0.1.4
# libtool shared library version
diff --git a/src/glitz.h b/src/glitz.h
index f4551b8..cca114c 100644
--- a/src/glitz.h
+++ b/src/glitz.h
@@ -41,7 +41,7 @@
/* NOTE: Must be manually synchronized with GLITZ_VERSION in configure.in */
#define GLITZ_MAJOR 0
#define GLITZ_MINOR 1
-#define GLITZ_REVISION 3
+#define GLITZ_REVISION 4
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {