summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2004-06-21 21:49:14 +0000
committerDavid Reveman <davidr@novell.com>2004-06-21 21:49:14 +0000
commit211ecdf81a8b3fba877cf493b0d6ddf2b7c1028a (patch)
tree80833cb3974f99829fd534a759610e02c1d763ac
parent5fdf215516ce858dafdf45734581ad74ad15a213 (diff)
Bump version to 0.1.5SNAPSHOT_0_1_5
-rw-r--r--ChangeLog4
-rw-r--r--configure.in3
-rw-r--r--src/glitz.h2
3 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bb1840..fa6da77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-06-21 David Reveman <c99drn@cs.umu.se>
+ * src/glitz.h (GLITZ_REVISION): Bump version to 0.1.5.
+
+ * configure.in: Bump version to 0.1.5.
+
* src/glitzint.h: Added new pixel interface and support for none
24bit visuals.
Added byte order and bit order defines.
diff --git a/configure.in b/configure.in
index 89f63ba..e5a8ca9 100644
--- a/configure.in
+++ b/configure.in
@@ -6,8 +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.4
-
+GLITZ_VERSION=0.1.5
# libtool shared library version
# Increment if the interface has additions, changes, removals.
diff --git a/src/glitz.h b/src/glitz.h
index a52a988..217c490 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 4
+#define GLITZ_REVISION 5
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {