1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 10:48:04 +00:00

Update 10.0l

This commit is contained in:
Zeno Rogue
2017-09-03 12:55:13 +02:00
parent 34602e5ab2
commit e8849bd491
3 changed files with 31 additions and 7 deletions

View File

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