diff options
author | Sam Lantinga <slouken@libsdl.org> | 2014-03-09 10:38:30 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2014-03-09 10:38:30 -0700 |
commit | c75b319a116b0f4ec38fd53bacd42157939b3d89 (patch) | |
tree | 17cb99c126c70a87ab9999784801ccf36336efe1 /src | |
parent | f9a8f3dd9c54510143e5cea7ec15e0a82dd2a58a (diff) |
Updated SDL to version 2.0.3
Diffstat (limited to 'src')
-rw-r--r-- | src/main/windows/version.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/windows/version.rc b/src/main/windows/version.rc index f9c528edc6..2b7e2ddee1 100644 --- a/src/main/windows/version.rc +++ b/src/main/windows/version.rc @@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US //
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,0,2,0
- PRODUCTVERSION 2,0,2,0
+ FILEVERSION 2,0,3,0
+ PRODUCTVERSION 2,0,3,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
@@ -23,12 +23,12 @@ BEGIN BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "SDL\0"
- VALUE "FileVersion", "2, 0, 2, 0\0"
+ VALUE "FileVersion", "2, 0, 3, 0\0"
VALUE "InternalName", "SDL\0"
VALUE "LegalCopyright", "Copyright © 2014 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL2.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
- VALUE "ProductVersion", "2, 0, 2, 0\0"
+ VALUE "ProductVersion", "2, 0, 3, 0\0"
END
END
BLOCK "VarFileInfo"
|