1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-24 22:46:03 +00:00
This commit is contained in:
Zeno Rogue
2018-01-12 22:48:52 +01:00
parent eeaebf1266
commit 9a58f0a001
2 changed files with 16 additions and 3 deletions

View File

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