1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-26 07:16:02 +00:00
This commit is contained in:
Zeno Rogue
2017-10-25 23:21:24 +02:00
parent 0c2870136e
commit b9fe2b3ec9
2 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#define VER "10.1e"
#define VERNUM 10105
#define VERNUM_HEX 0xA085
#define VER "10.1f"
#define VERNUM 10106
#define VERNUM_HEX 0xA086
#define GEN_M 0
#define GEN_F 1