Skip to content

Commit

Permalink
Updated to version 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 28, 2012
1 parent fb1cd5a commit 6a2ec29
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion SDL_mixer.h
Expand Up @@ -40,7 +40,7 @@ extern "C" {
*/
#define SDL_MIXER_MAJOR_VERSION 1
#define SDL_MIXER_MINOR_VERSION 2
#define SDL_MIXER_PATCHLEVEL 12
#define SDL_MIXER_PATCHLEVEL 13

/* This macro can be used to fill a version structure with the compile-time
* version of the SDL_mixer library.
Expand Down
8 changes: 4 additions & 4 deletions VisualC/Version.rc
Expand Up @@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,12,0
PRODUCTVERSION 1,2,12,0
FILEVERSION 1,2,13,0
PRODUCTVERSION 1,2,13,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -46,12 +46,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "SDL_mixer\0"
VALUE "FileVersion", "1, 2, 12, 0\0"
VALUE "FileVersion", "1, 2, 13, 0\0"
VALUE "InternalName", "SDL_mixer\0"
VALUE "LegalCopyright", "Copyright � 2012 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL_mixer.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "1, 2, 12, 0\0"
VALUE "ProductVersion", "1, 2, 13, 0\0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions Xcode/Info-Framework__Upgraded_.plist
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.12</string>
<string>1.2.13</string>
<key>CFBundleVersion</key>
<string>1.2.12</string>
<string>1.2.13</string>
</dict>
</plist>
6 changes: 3 additions & 3 deletions configure
Expand Up @@ -1994,9 +1994,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
#
MAJOR_VERSION=1
MINOR_VERSION=2
MICRO_VERSION=12
INTERFACE_AGE=0
BINARY_AGE=12
MICRO_VERSION=13
INTERFACE_AGE=1
BINARY_AGE=13
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION


Expand Down
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
#
MAJOR_VERSION=1
MINOR_VERSION=2
MICRO_VERSION=12
INTERFACE_AGE=0
BINARY_AGE=12
MICRO_VERSION=13
INTERFACE_AGE=1
BINARY_AGE=13
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION

AC_SUBST(MAJOR_VERSION)
Expand Down
8 changes: 4 additions & 4 deletions version.rc
Expand Up @@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,12,0
PRODUCTVERSION 1,2,12,0
FILEVERSION 1,2,13,0
PRODUCTVERSION 1,2,13,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
Expand All @@ -23,12 +23,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "SDL_mixer\0"
VALUE "FileVersion", "1, 2, 12, 0\0"
VALUE "FileVersion", "1, 2, 13, 0\0"
VALUE "InternalName", "SDL_mixer\0"
VALUE "LegalCopyright", "Copyright � 2012 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL_mixer.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "1, 2, 12, 0\0"
VALUE "ProductVersion", "1, 2, 13, 0\0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 6a2ec29

Please sign in to comment.