Increment version...

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40885
This commit is contained in:
Sam Lantinga 2004-04-23 14:00:08 +00:00
parent c1cea1b5c8
commit e930e4a0da
2 changed files with 4 additions and 4 deletions

View file

@ -14,9 +14,9 @@ dnl Set various version strings - taken gratefully from the GTk sources
# #
SDL_MAJOR_VERSION=1 SDL_MAJOR_VERSION=1
SDL_MINOR_VERSION=2 SDL_MINOR_VERSION=2
SDL_MICRO_VERSION=7 SDL_MICRO_VERSION=8
SDL_INTERFACE_AGE=0 SDL_INTERFACE_AGE=1
SDL_BINARY_AGE=7 SDL_BINARY_AGE=8
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
AC_SUBST(SDL_MAJOR_VERSION) AC_SUBST(SDL_MAJOR_VERSION)

View file

@ -42,7 +42,7 @@ extern "C" {
*/ */
#define SDL_MAJOR_VERSION 1 #define SDL_MAJOR_VERSION 1
#define SDL_MINOR_VERSION 2 #define SDL_MINOR_VERSION 2
#define SDL_PATCHLEVEL 7 #define SDL_PATCHLEVEL 8
typedef struct { typedef struct {
Uint8 major; Uint8 major;