Skip to content

Commit

Permalink
Bumped version to 1.2.6 in CVS
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 8, 2002
1 parent b631a32 commit 0253b5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions configure.in
Expand Up @@ -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=5
SDL_INTERFACE_AGE=5
SDL_BINARY_AGE=5
SDL_MICRO_VERSION=6
SDL_INTERFACE_AGE=6
SDL_BINARY_AGE=6
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 @@ -42,7 +42,7 @@ extern "C" {
*/
#define SDL_MAJOR_VERSION 1
#define SDL_MINOR_VERSION 2
#define SDL_PATCHLEVEL 5
#define SDL_PATCHLEVEL 6

typedef struct {
Uint8 major;
Expand Down

0 comments on commit 0253b5d

Please sign in to comment.