1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-31 01:37:57 +00:00
This commit is contained in:
Zeno Rogue
2017-09-04 20:43:45 +02:00
parent 031e423819
commit c8a45217f4
2 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
id ICON "hr-icon.ico"
1 VERSIONINFO
FILEVERSION 10,0,0,13
PRODUCTVERSION 10,0,0,13
FILEVERSION 10,0,0,14
PRODUCTVERSION 10,0,0,14
BEGIN
BLOCK "StringFileInfo"
BEGIN
@@ -10,12 +10,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Zeno Rogue"
VALUE "FileDescription", "A roguelike in non-euclidean space"
VALUE "FileVersion", "A10.0m"
VALUE "FileVersion", "A10.0n"
VALUE "InternalName", "hyper"
VALUE "LegalCopyright", "Zeno Rogue"
VALUE "OriginalFilename", "hyper.exe"
VALUE "ProductName", "HyperRogue"
VALUE "ProductVersion", "10.0m"
VALUE "ProductVersion", "10.0n"
END
END