mirror of
https://github.com/libretro/Play-.git
synced 2024-12-12 11:05:36 +00:00
Updated Win32 version information.
This commit is contained in:
parent
b8fbfe1655
commit
f2aedb86b0
@ -240,8 +240,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_CAN
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 0,0,2,6
|
||||
PRODUCTVERSION 0,0,2,6
|
||||
FILEVERSION 0,0,3,0
|
||||
PRODUCTVERSION 0,0,3,0
|
||||
FILEFLAGSMASK 0x17L
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
@ -259,12 +259,12 @@ BEGIN
|
||||
VALUE "Comments", "Play! - PlayStation 2 Emulator"
|
||||
VALUE "CompanyName", "Virtual Applications"
|
||||
VALUE "FileDescription", "Play!"
|
||||
VALUE "FileVersion", "0, 0, 2, 6"
|
||||
VALUE "FileVersion", "0.0.3.0"
|
||||
VALUE "InternalName", "Play!"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2010 Virtual Applications"
|
||||
VALUE "OriginalFilename", "Play.exe"
|
||||
VALUE "ProductName", "Play! - PlayStation 2 Emulator"
|
||||
VALUE "ProductVersion", "0, 0, 2, 6"
|
||||
VALUE "ProductVersion", "0.0.3.0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
Loading…
Reference in New Issue
Block a user