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

View File

@ -1,6 +1,6 @@
#define VER "10.0m"
#define VERNUM 10013
#define VERNUM_HEX 0xA00D
#define VER "10.0n"
#define VERNUM 10014
#define VERNUM_HEX 0xA00E
#define GEN_M 0
#define GEN_F 1