Skip to content

Commit

Permalink
Bumped the version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 26, 2009
1 parent 5b22cba commit a003019
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SDL_image.h
Expand Up @@ -38,7 +38,7 @@ extern "C" {
*/
#define SDL_IMAGE_MAJOR_VERSION 1
#define SDL_IMAGE_MINOR_VERSION 2
#define SDL_IMAGE_PATCHLEVEL 7
#define SDL_IMAGE_PATCHLEVEL 8

/* This macro can be used to fill a version structure with the compile-time
* version of the SDL_image library.
Expand Down
6 changes: 3 additions & 3 deletions configure.in
Expand Up @@ -13,9 +13,9 @@ dnl Set various version strings - taken gratefully from the GTk sources

MAJOR_VERSION=1
MINOR_VERSION=2
MICRO_VERSION=7
INTERFACE_AGE=6
BINARY_AGE=7
MICRO_VERSION=8
INTERFACE_AGE=0
BINARY_AGE=8
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION

AC_SUBST(MAJOR_VERSION)
Expand Down

0 comments on commit a003019

Please sign in to comment.