changeset 520:26eb0f877ce6

Bumped version to 1.2.6 in CVS
author Sam Lantinga <slouken@libsdl.org>
date Tue, 08 Oct 2002 15:34:19 +0000
parents c7da0cd5ae5e
children 136d97397288
files configure.in include/SDL_version.h
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Oct 07 15:36:32 2002 +0000
+++ b/configure.in	Tue Oct 08 15:34:19 2002 +0000
@@ -14,9 +14,9 @@
 #
 SDL_MAJOR_VERSION=1
 SDL_MINOR_VERSION=2
-SDL_MICRO_VERSION=5
-SDL_INTERFACE_AGE=5
-SDL_BINARY_AGE=5
+SDL_MICRO_VERSION=6
+SDL_INTERFACE_AGE=6
+SDL_BINARY_AGE=6
 SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
 
 AC_SUBST(SDL_MAJOR_VERSION)
--- a/include/SDL_version.h	Mon Oct 07 15:36:32 2002 +0000
+++ b/include/SDL_version.h	Tue Oct 08 15:34:19 2002 +0000
@@ -42,7 +42,7 @@
 */
 #define SDL_MAJOR_VERSION	1
 #define SDL_MINOR_VERSION	2
-#define SDL_PATCHLEVEL		5
+#define SDL_PATCHLEVEL		6
 
 typedef struct {
 	Uint8 major;