From c5e643229ab3fecc0290b7f958ecc8f29d778fe8 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 22 Nov 2001 03:47:16 +0000 Subject: [PATCH] Bump the version number on the library --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40242 --- configure.in | 6 +++--- include/SDL_version.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 8a41dad68..c7a184d51 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=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) diff --git a/include/SDL_version.h b/include/SDL_version.h index c026fbdc7..1a69c0139 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 3 +#define SDL_PATCHLEVEL 4 typedef struct { Uint8 major;