From c1c8eeb8436ff7ed55db158ba5c905ed730a6d50 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 19 Jun 2001 13:35:05 +0000 Subject: [PATCH] Bumped the library version --- configure.in | 6 +++--- include/SDL_version.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index fffd48efb..07e8b58e3 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=1 -SDL_INTERFACE_AGE=1 -SDL_BINARY_AGE=1 +SDL_MICRO_VERSION=2 +SDL_INTERFACE_AGE=2 +SDL_BINARY_AGE=2 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 26ff413a0..b8878c3ac 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 1 +#define SDL_PATCHLEVEL 2 typedef struct { Uint8 major;