From 0253b5d6004db4d8e0e919977a2dcffa5b5fd8e7 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 8 Oct 2002 15:34:19 +0000 Subject: [PATCH] Bumped version to 1.2.6 in CVS --- configure.in | 6 +++--- include/SDL_version.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 4cfb562d7..46e0e51bf 100644 --- a/configure.in +++ b/configure.in @@ -14,9 +14,9 @@ dnl Set various version strings - taken gratefully from the GTk sources # 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) diff --git a/include/SDL_version.h b/include/SDL_version.h index 89c46bfa3..151de2bb7 100644 --- a/include/SDL_version.h +++ b/include/SDL_version.h @@ -42,7 +42,7 @@ extern "C" { */ #define SDL_MAJOR_VERSION 1 #define SDL_MINOR_VERSION 2 -#define SDL_PATCHLEVEL 5 +#define SDL_PATCHLEVEL 6 typedef struct { Uint8 major;