1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 02:07:57 +00:00

missing texts, (untested) Android update

This commit is contained in:
Zeno Rogue
2017-07-23 10:44:52 +02:00
parent 8cb8e2a3ec
commit 8807e4a0c6
4 changed files with 19 additions and 18 deletions

View File

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