Skip to content
Snippets Groups Projects
Verified Commit c93fb440 authored by SteelT's avatar SteelT
Browse files

use VERSIONSTRING

parent a8637d03
Loading
...@@ -66,8 +66,8 @@ END ...@@ -66,8 +66,8 @@ END
#include "../doomdef.h" // Needed for version string #include "../doomdef.h" // Needed for version string
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,2 FILEVERSION 2,2,0,0
PRODUCTVERSION 2,2 PRODUCTVERSION 2,2,0,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
...@@ -85,14 +85,14 @@ BEGIN ...@@ -85,14 +85,14 @@ BEGIN
VALUE "Comments", "Visit our web site at www.srb2.org for news and updates!\0" VALUE "Comments", "Visit our web site at www.srb2.org for news and updates!\0"
VALUE "CompanyName", "Sonic Team Junior\0" VALUE "CompanyName", "Sonic Team Junior\0"
VALUE "FileDescription", "Sonic Robo Blast 2\0" VALUE "FileDescription", "Sonic Robo Blast 2\0"
VALUE "FileVersion", "2.2\0" VALUE "FileVersion", VERSIONSTRING
VALUE "InternalName", "srb2\0" VALUE "InternalName", "srb2\0"
VALUE "LegalCopyright", "Copyright 1998-2019 by Sonic Team Junior\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 "LegalTrademarks", "Sonic the Hedgehog and related characters are trademarks of Sega.\0"
VALUE "OriginalFilename", "srb2win.exe\0" VALUE "OriginalFilename", "srb2win.exe\0"
VALUE "PrivateBuild", "\0" VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Sonic Robo Blast 2\0" VALUE "ProductName", "Sonic Robo Blast 2\0"
VALUE "ProductVersion", "2.2\0" VALUE "ProductVersion", VERSIONSTRING
VALUE "SpecialBuild", "\0" VALUE "SpecialBuild", "\0"
END END
END END
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment