1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-25 14:56:03 +00:00
This commit is contained in:
Zeno Rogue
2017-10-17 12:54:10 +02:00
parent d8b908b89d
commit 60527aea29
2 changed files with 11 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#define VER "10.1c"
#define VERNUM 10103
#define VERNUM_HEX 0xA083
#define VER "10.1d"
#define VERNUM 10104
#define VERNUM_HEX 0xA084
#define GEN_M 0
#define GEN_F 1