update version in gfx2.rc when building with MSVC

This commit is contained in:
Thomas Bernard
2018-07-04 19:07:15 +02:00
parent 5f5d7ba1b0
commit 0285f37fc2
2 changed files with 49 additions and 4 deletions

View File

@@ -5,8 +5,8 @@
#endif
1 VERSIONINFO
FILEVERSION 2,6,0,2058
PRODUCTVERSION 2,6,0,2058
FILEVERSION 2,6,0,2100
PRODUCTVERSION 2,6,0,2100
FILEFLAGSMASK VS_FF_DEBUG
#ifdef DEBUG
FILEFLAGS VS_FF_DEBUG
@@ -20,12 +20,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "The GrafX2 Team"
VALUE "FileDescription", "The ultimate 256-color painting programm"
VALUE "FileVersion", "2.6wip2058-rc"
VALUE "FileVersion", "2.6wip2100"
VALUE "InternalName", "grafx2"
VALUE "LegalCopyright", "(c) 2007-2018 The GrafX2 Team, (c) 1996-2001 Sunset Design"
VALUE "OriginalFilename", "grafx2.exe"
VALUE "ProductName", "GrafX2"
VALUE "ProductVersion", "2.6wip2058-rc"
VALUE "ProductVersion", "2.6wip2100"
END
END
BLOCK "VarFileInfo"