1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-25 23:06:02 +00:00
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,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