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
2018-01-08 22:12:57 +01:00
parent 432f7ecda2
commit d23be9c07c
2 changed files with 20 additions and 3 deletions

View File

@@ -14,9 +14,9 @@
#define NOLICENSE
#endif
#define VER "10.3"
#define VERNUM 10300
#define VERNUM_HEX 0xA0A0
#define VER "10.3a"
#define VERNUM 10301
#define VERNUM_HEX 0xA0A1
#define GEN_M 0
#define GEN_F 1