Skip to content

Commit

Permalink
Updated SDL to version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 9, 2014
1 parent 360f110 commit c167d1f
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 16 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ include(${SDL2_SOURCE_DIR}/cmake/sdlchecks.cmake)
# set SDL_BINARY_AGE and SDL_INTERFACE_AGE to 0. # set SDL_BINARY_AGE and SDL_INTERFACE_AGE to 0.
set(SDL_MAJOR_VERSION 2) set(SDL_MAJOR_VERSION 2)
set(SDL_MINOR_VERSION 0) set(SDL_MINOR_VERSION 0)
set(SDL_MICRO_VERSION 2) set(SDL_MICRO_VERSION 3)
set(SDL_INTERFACE_AGE 0) set(SDL_INTERFACE_AGE 1)
set(SDL_BINARY_AGE 2) set(SDL_BINARY_AGE 3)
set(SDL_VERSION "${SDL_MAJOR_VERSION}.${SDL_MINOR_VERSION}.${SDL_MICRO_VERSION}") set(SDL_VERSION "${SDL_MAJOR_VERSION}.${SDL_MINOR_VERSION}.${SDL_MICRO_VERSION}")


# Calculate a libtool-like version number # Calculate a libtool-like version number
Expand Down
5 changes: 5 additions & 0 deletions WhatsNew.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,11 @@


This is a list of major changes in SDL's version history. This is a list of major changes in SDL's version history.


---------------------------------------------------------------------------
2.0.3:
---------------------------------------------------------------------------


--------------------------------------------------------------------------- ---------------------------------------------------------------------------
2.0.2: 2.0.2:
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions Xcode/SDL/Info-Framework.plist
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.0.2</string> <string>2.0.3</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>SDLX</string> <string>SDLX</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.0.2</string> <string>2.0.3</string>
</dict> </dict>
</plist> </plist>
6 changes: 3 additions & 3 deletions configure
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2671,9 +2671,9 @@ orig_CFLAGS="$CFLAGS"
# #
SDL_MAJOR_VERSION=2 SDL_MAJOR_VERSION=2
SDL_MINOR_VERSION=0 SDL_MINOR_VERSION=0
SDL_MICRO_VERSION=2 SDL_MICRO_VERSION=3
SDL_INTERFACE_AGE=0 SDL_INTERFACE_AGE=1
SDL_BINARY_AGE=2 SDL_BINARY_AGE=3
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION




Expand Down
6 changes: 3 additions & 3 deletions configure.in
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ dnl Set various version strings - taken gratefully from the GTk sources
# #
SDL_MAJOR_VERSION=2 SDL_MAJOR_VERSION=2
SDL_MINOR_VERSION=0 SDL_MINOR_VERSION=0
SDL_MICRO_VERSION=2 SDL_MICRO_VERSION=3
SDL_INTERFACE_AGE=0 SDL_INTERFACE_AGE=1
SDL_BINARY_AGE=2 SDL_BINARY_AGE=3
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION


AC_SUBST(SDL_MAJOR_VERSION) AC_SUBST(SDL_MAJOR_VERSION)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,9 @@
libsdl2 (2.0.3) UNRELEASED; urgency=low

* Updated SDL to version 2.0.3

-- Sam Lantinga <slouken@libsdl.org> Sun, 9 Mar 2014 10:35:54 -0800

libsdl2 (2.0.2) UNRELEASED; urgency=low libsdl2 (2.0.2) UNRELEASED; urgency=low


* Updated SDL to version 2.0.2 * Updated SDL to version 2.0.2
Expand Down
2 changes: 1 addition & 1 deletion include/SDL_version.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ typedef struct SDL_version
*/ */
#define SDL_MAJOR_VERSION 2 #define SDL_MAJOR_VERSION 2
#define SDL_MINOR_VERSION 0 #define SDL_MINOR_VERSION 0
#define SDL_PATCHLEVEL 2 #define SDL_PATCHLEVEL 3


/** /**
* \brief Macro to determine SDL version program was compiled against. * \brief Macro to determine SDL version program was compiled against.
Expand Down
8 changes: 4 additions & 4 deletions src/main/windows/version.rc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// //


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

0 comments on commit c167d1f

Please sign in to comment.