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-11-01 02:29:58 +01:00
parent 37135fa48a
commit 09681324d0
2 changed files with 13 additions and 3 deletions

View File

@@ -14,9 +14,9 @@
#define NOLICENSE
#endif
#define VER "10.2"
#define VERNUM 10200
#define VERNUM_HEX 0xA090
#define VER "10.2a"
#define VERNUM 10201
#define VERNUM_HEX 0xA091
#define GEN_M 0
#define GEN_F 1