summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6468795..ee75cab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-09-11 David Reveman <c99drn@cs.umu.se>
+ * src/glitz.h (GLITZ_REVISION): Bump version to 0.2.2.
+
+ * configure.in: Bump version to 0.2.2.
+
* src/glitz_filter.c (glitz_filter_set_params): Gradient coordinates
are now translated 0.5 in both x and y directions within glitz so
applications shouldn't have to think about this anymore. e.g.
diff --git a/configure.in b/configure.in
index e53db07..ae6d8a0 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.2.1
+GLITZ_VERSION=0.2.2
# libtool shared library version
# Increment if the interface has additions, changes, removals.
diff --git a/src/glitz.h b/src/glitz.h
index 902efbb..6d22422 100644
--- a/src/glitz.h
+++ b/src/glitz.h
@@ -39,7 +39,7 @@
/* NOTE: Must be manually synchronized with GLITZ_VERSION in configure.in */
#define GLITZ_MAJOR 0
#define GLITZ_MINOR 2
-#define GLITZ_REVISION 1
+#define GLITZ_REVISION 2
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {