mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-02 09:12:54 +00:00
use VERSIONSTRING
This commit is contained in:
parent
a8637d034e
commit
c93fb440e5
1 changed files with 4 additions and 4 deletions
|
@ -66,8 +66,8 @@ END
|
|||
#include "../doomdef.h" // Needed for version string
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 2,2
|
||||
PRODUCTVERSION 2,2
|
||||
FILEVERSION 2,2,0,0
|
||||
PRODUCTVERSION 2,2,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -85,14 +85,14 @@ BEGIN
|
|||
VALUE "Comments", "Visit our web site at www.srb2.org for news and updates!\0"
|
||||
VALUE "CompanyName", "Sonic Team Junior\0"
|
||||
VALUE "FileDescription", "Sonic Robo Blast 2\0"
|
||||
VALUE "FileVersion", "2.2\0"
|
||||
VALUE "FileVersion", VERSIONSTRING
|
||||
VALUE "InternalName", "srb2\0"
|
||||
VALUE "LegalCopyright", "Copyright 1998-2019 by Sonic Team Junior\0"
|
||||
VALUE "LegalTrademarks", "Sonic the Hedgehog and related characters are trademarks of Sega.\0"
|
||||
VALUE "OriginalFilename", "srb2win.exe\0"
|
||||
VALUE "PrivateBuild", "\0"
|
||||
VALUE "ProductName", "Sonic Robo Blast 2\0"
|
||||
VALUE "ProductVersion", "2.2\0"
|
||||
VALUE "ProductVersion", VERSIONSTRING
|
||||
VALUE "SpecialBuild", "\0"
|
||||
END
|
||||
END
|
||||
|
|
Loading…
Reference in a new issue