diff options
author | David Reveman <davidr@novell.com> | 2004-05-11 08:56:07 +0000 |
---|---|---|
committer | David Reveman <davidr@novell.com> | 2004-05-11 08:56:07 +0000 |
commit | edeca7488b16bc72b69df07ce30497be8bab2033 (patch) | |
tree | 58e4908cf063259d1b76ef3c86c1df68be42fb09 | |
parent | 023d6d82a95a8fcfa835e45e72050f42d32afc3b (diff) |
Bump version to 0.1.2SNAPSHOT_0_1_2
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/glitz.h | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2004-05-11 David Reveman <c99drn@cs.umu.se> + * src/glitz.h (GLITZ_REVISION): Bump version to 0.1.2. + + * configure.in: Bump version to 0.1.2. + * src/glitzint.h: Convolution filter optimizations. * src/glitz_program.c: Convolution filter optimizations. diff --git a/configure.in b/configure.in index 3f99e25..844ad42 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.1 +GLITZ_VERSION=0.1.2 # libtool shared library version diff --git a/src/glitz.h b/src/glitz.h index b1de62c..62182e1 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 1 +#define GLITZ_REVISION 2 #if defined(__cplusplus) || defined(c_plusplus) extern "C" { |