Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Updated version to 1.2.13
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
src/main/win32/version.rc
|
@@ -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 |
|
@@ -23,12 +23,12 @@ BEGIN |
|
|
BEGIN |
|
|
VALUE "CompanyName", "\0" |
|
|
VALUE "FileDescription", "SDL\0" |
|
|
VALUE "FileVersion", "1, 2, 12, 0\0" |
|
|
VALUE "FileVersion", "1, 2, 13, 0\0" |
|
|
VALUE "InternalName", "SDL\0" |
|
|
VALUE "LegalCopyright", "Copyright � 2007 Sam Lantinga\0" |
|
|
VALUE "OriginalFilename", "SDL.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" |
|
|