summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2004-04-30 02:32:10 +0000
committerDavid Reveman <davidr@novell.com>2004-04-30 02:32:10 +0000
commit25b7beb7f2794a6953e44dcb828bdb9d220a606d (patch)
tree9948ee195f9942b5fb5edb711eef4ee003e42ff9
parente9567a2848fa35a870f5bc18e3f5d11308fad5ec (diff)
Bump version to 0.1.1SNAPSHOT_0_1_1
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
-rw-r--r--src/glitz.h3
3 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 23aac59..10b8b7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-04-30 David Reveman <c99drn@cs.umu.se>
+ * configure.in: Bump version to 0.1.1.
+
+ * src/glitz.h (GLITZ_REVISION): Bump version to 0.1.1.
+
* src/glitzint.h: Updated linear and radial surfaces.
* src/glitz_surface.c: Updated linear and radial surfaces.
diff --git a/configure.in b/configure.in
index a225313..3f99e25 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.0
+GLITZ_VERSION=0.1.1
# libtool shared library version
diff --git a/src/glitz.h b/src/glitz.h
index 2dbbcf1..63a62d7 100644
--- a/src/glitz.h
+++ b/src/glitz.h
@@ -1,4 +1,3 @@
-
/*
* Copyright © 2004 David Reveman, Peter Nilsson
*
@@ -42,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 0
+#define GLITZ_REVISION 1
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {