Bumped the library version

This commit is contained in:
Sam Lantinga
2001-06-19 13:35:05 +00:00
parent 1d2a08a805
commit eedd896cb4
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_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)

View File

@@ -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;