changeset 241:b6084de9431a

Bump the version number on the library
author Sam Lantinga <slouken@libsdl.org>
date Thu, 22 Nov 2001 03:47:16 +0000
parents 529ba31e8679
children 4bcb29d3769c
files configure.in include/SDL_version.h
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Nov 22 03:43:57 2001 +0000
+++ b/configure.in	Thu Nov 22 03:47:16 2001 +0000
@@ -14,9 +14,9 @@
 #
 SDL_MAJOR_VERSION=1
 SDL_MINOR_VERSION=2
-SDL_MICRO_VERSION=3
-SDL_INTERFACE_AGE=3
-SDL_BINARY_AGE=3
+SDL_MICRO_VERSION=4
+SDL_INTERFACE_AGE=4
+SDL_BINARY_AGE=4
 SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
 
 AC_SUBST(SDL_MAJOR_VERSION)
--- a/include/SDL_version.h	Thu Nov 22 03:43:57 2001 +0000
+++ b/include/SDL_version.h	Thu Nov 22 03:47:16 2001 +0000
@@ -42,7 +42,7 @@
 */
 #define SDL_MAJOR_VERSION	1
 #define SDL_MINOR_VERSION	2
-#define SDL_PATCHLEVEL		3
+#define SDL_PATCHLEVEL		4
 
 typedef struct {
 	Uint8 major;