1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-03 11:17:56 +00:00

10.0m, and some unfinished features for 10.1 ;)

This commit is contained in:
Zeno Rogue
2017-09-03 21:12:44 +02:00
parent 9d20c2f7fd
commit 85c46220f6
10 changed files with 231 additions and 16 deletions

View File

@@ -1,8 +1,8 @@
id ICON "hr-icon.ico"
1 VERSIONINFO
FILEVERSION 10,0,0,12
PRODUCTVERSION 10,0,0,12
FILEVERSION 10,0,0,13
PRODUCTVERSION 10,0,0,13
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.0l"
VALUE "FileVersion", "A10.0m"
VALUE "InternalName", "hyper"
VALUE "LegalCopyright", "Zeno Rogue"
VALUE "OriginalFilename", "hyper.exe"
VALUE "ProductName", "HyperRogue"
VALUE "ProductVersion", "10.0l"
VALUE "ProductVersion", "10.0m"
END
END