Skip to content

Commit

Permalink
Bumped the version in subversion to 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 24, 2006
1 parent dae8a4c commit ca13e1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified VisualC.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions configure.in
Expand Up @@ -16,9 +16,9 @@ dnl Set various version strings - taken gratefully from the GTk sources
#
SDL_MAJOR_VERSION=1
SDL_MINOR_VERSION=2
SDL_MICRO_VERSION=11
SDL_INTERFACE_AGE=0
SDL_BINARY_AGE=11
SDL_MICRO_VERSION=12
SDL_INTERFACE_AGE=1
SDL_BINARY_AGE=12
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION

AC_SUBST(SDL_MAJOR_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion include/SDL_version.h
Expand Up @@ -37,7 +37,7 @@ extern "C" {
*/
#define SDL_MAJOR_VERSION 1
#define SDL_MINOR_VERSION 2
#define SDL_PATCHLEVEL 11
#define SDL_PATCHLEVEL 12

typedef struct SDL_version {
Uint8 major;
Expand Down

0 comments on commit ca13e1e

Please sign in to comment.