diff options
-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-06-11 David Reveman <c99drn@cs.umu.se> + * src/glitz.h (GLITZ_REVISION): Bump version to 0.1.4. + + * configure.in: Bump version to 0.1.4. + * src/glitzint.h: Added software multi-sampling, new render interface and new stencil interface. diff --git a/configure.in b/configure.in index 9e29531..26705b2 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.3 +GLITZ_VERSION=0.1.4 # libtool shared library version 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" { |