Mercurial > sdl-ios-xcode
changeset 4271:c57d816eb9c5 SDL-1.2
Updated version for mingw32 build
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 02 Oct 2009 11:12:04 +0000 |
parents | 6b7f9089105e |
children | 3af45468df66 |
files | src/main/win32/version.rc |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/win32/version.rc Wed Sep 30 20:38:28 2009 +0000 +++ b/src/main/win32/version.rc Fri Oct 02 11:12:04 2009 +0000 @@ -9,8 +9,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,2,13,0 - PRODUCTVERSION 1,2,13,0 + FILEVERSION 1,2,14,0 + PRODUCTVERSION 1,2,14,0 FILEFLAGSMASK 0x3fL FILEFLAGS 0x0L FILEOS 0x40004L @@ -23,12 +23,12 @@ BEGIN VALUE "CompanyName", "\0" VALUE "FileDescription", "SDL\0" - VALUE "FileVersion", "1, 2, 13, 0\0" + VALUE "FileVersion", "1, 2, 14, 0\0" VALUE "InternalName", "SDL\0" VALUE "LegalCopyright", "Copyright © 2009 Sam Lantinga\0" VALUE "OriginalFilename", "SDL.dll\0" VALUE "ProductName", "Simple DirectMedia Layer\0" - VALUE "ProductVersion", "1, 2, 13, 0\0" + VALUE "ProductVersion", "1, 2, 14, 0\0" END END BLOCK "VarFileInfo"