From 6ea73be6333b62bc5496e0094e96a1635e7be866 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 4 Jan 2005 19:06:23 +0000 Subject: [PATCH] Bumped the minor version number... --- configure.in | 6 +++--- include/SDL_version.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 27d8ab2c6..c850798bf 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=8 -SDL_INTERFACE_AGE=1 -SDL_BINARY_AGE=8 +SDL_MICRO_VERSION=9 +SDL_INTERFACE_AGE=2 +SDL_BINARY_AGE=9 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 0b1d16d95..a78444752 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 8 +#define SDL_PATCHLEVEL 9 typedef struct SDL_version { Uint8 major;