Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump the version number on the library
  • Loading branch information
slouken committed Nov 22, 2001
1 parent 2de3212 commit 6f655b5
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=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)
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 3
#define SDL_PATCHLEVEL 4

typedef struct {
Uint8 major;
Expand Down

0 comments on commit 6f655b5

Please sign in to comment.