Updated the SDL version number to 1.2.15

--HG--
branch : SDL-1.2
This commit is contained in:
Sam Lantinga 2011-12-29 05:04:18 -05:00
parent 309a84f20a
commit b712b54c23
4 changed files with 9 additions and 9 deletions

View file

@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,14,0 FILEVERSION 1,2,15,0
PRODUCTVERSION 1,2,14,0 PRODUCTVERSION 1,2,15,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -46,12 +46,12 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "\0" VALUE "CompanyName", "\0"
VALUE "FileDescription", "SDL\0" VALUE "FileDescription", "SDL\0"
VALUE "FileVersion", "1, 2, 14, 0\0" VALUE "FileVersion", "1, 2, 15, 0\0"
VALUE "InternalName", "SDL\0" VALUE "InternalName", "SDL\0"
VALUE "LegalCopyright", "Copyright © 2007 Sam Lantinga\0" VALUE "LegalCopyright", "Copyright © 2007 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL.dll\0" VALUE "OriginalFilename", "SDL.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0" VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "1, 2, 14, 0\0" VALUE "ProductVersion", "1, 2, 15, 0\0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

View file

@ -17,9 +17,9 @@ dnl Set various version strings - taken gratefully from the GTk sources
# #
SDL_MAJOR_VERSION=1 SDL_MAJOR_VERSION=1
SDL_MINOR_VERSION=2 SDL_MINOR_VERSION=2
SDL_MICRO_VERSION=14 SDL_MICRO_VERSION=15
SDL_INTERFACE_AGE=3 SDL_INTERFACE_AGE=4
SDL_BINARY_AGE=14 SDL_BINARY_AGE=15
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)

View file

@ -41,7 +41,7 @@ extern "C" {
/*@{*/ /*@{*/
#define SDL_MAJOR_VERSION 1 #define SDL_MAJOR_VERSION 1
#define SDL_MINOR_VERSION 2 #define SDL_MINOR_VERSION 2
#define SDL_PATCHLEVEL 14 #define SDL_PATCHLEVEL 15
/*@}*/ /*@}*/
typedef struct SDL_version { typedef struct SDL_version {

View file

@ -23,7 +23,7 @@ PROJECT_NAME = SDL
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = 1.2.14 PROJECT_NUMBER = 1.2.15
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.