diff options
author | David Reveman <davidr@novell.com> | 2004-06-11 14:42:20 +0000 |
---|---|---|
committer | David Reveman <davidr@novell.com> | 2004-06-11 14:42:20 +0000 |
commit | 3cae6f324b59075a55854c30f789d8f7a1069429 (patch) | |
tree | 8c997bd3aa28fd0000fd08402b38329857a3ce3e /src | |
parent | 97328309d9140cd8c20ce6ed2c784871eb6265ae (diff) |
Bump version to 0.1.4SNAPSHOT_0_1_4
Diffstat (limited to 'src')
-rw-r--r-- | src/glitz.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" { |