resolve part of H4422 related to .exe versions
I also saw that looking at the details of both windows .exes that they indicate file version 3.5.0.0. Shouldn't it be 3.6.0.0 for the NH version 3.6.0
This commit is contained in:
@@ -79,7 +79,7 @@ BEGIN
|
||||
VALUE "FileDescription", "NetHack for Windows - TTY Interface"
|
||||
VALUE "FileVersion", "3.6.1"
|
||||
VALUE "InternalName", "NetHack"
|
||||
VALUE "LegalCopyright", "Copyright (C) 1985 - 2017. By Stichting Mathematisch Centrum and M. Stephenson. See license for details."
|
||||
VALUE "LegalCopyright", "Copyright (C) 1985 - 2018. By Stichting Mathematisch Centrum and M. Stephenson. See license for details."
|
||||
VALUE "OriginalFilename", "NetHack.exe"
|
||||
VALUE "ProductName", "NetHack"
|
||||
VALUE "ProductVersion", "3.6.1"
|
||||
|
||||
@@ -339,7 +339,7 @@ BEGIN
|
||||
VALUE "FileDescription", "NetHack for Windows - Graphical Interface"
|
||||
VALUE "FileVersion", "3.6.1"
|
||||
VALUE "InternalName", "NetHackW"
|
||||
VALUE "LegalCopyright", "Copyright (C) 1985 - 2017. By Stichting Mathematisch Centrum and M. Stephenson. See license for details."
|
||||
VALUE "LegalCopyright", "Copyright (C) 1985 - 2018. By Stichting Mathematisch Centrum and M. Stephenson. See license for details."
|
||||
VALUE "OriginalFilename", "NetHackW.exe"
|
||||
VALUE "PrivateBuild", "140606"
|
||||
VALUE "ProductName", "NetHack"
|
||||
|
||||
Reference in New Issue
Block a user