Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated version to 1.2.6
  • Loading branch information
slouken committed Jul 13, 2007
1 parent 78b90c4 commit d5552eb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES
@@ -1,3 +1,9 @@
1.2.6:
Sam Lantinga - Thu Jul 5 07:52:35 2007
* Fixed static linking with libjpeg
Michael Koch - Tue Feb 13 10:09:17 2007
* Fixed crash in IMG_ReadXPMFromArray()

1.2.5:
Maurizio Monge - Sun May 14 13:57:32 PDT 2006
* Fixed loading BMP palettes at unusual offsets
Expand Down
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 5
#define SDL_IMAGE_PATCHLEVEL 6

/* This macro can be used to fill a version structure with the compile-time
* version of the SDL_image library.
Expand Down
Binary file modified VisualC.zip
Binary file not shown.
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=5
INTERFACE_AGE=4
BINARY_AGE=5
MICRO_VERSION=6
INTERFACE_AGE=5
BINARY_AGE=6
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION

AC_SUBST(MAJOR_VERSION)
Expand Down

0 comments on commit d5552eb

Please sign in to comment.