1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-26 01:59:44 +00:00
This commit is contained in:
Zeno Rogue
2017-11-13 13:14:22 +01:00
parent 18c58fdfde
commit dfb8e6972e
2 changed files with 20 additions and 3 deletions

View File

@@ -14,9 +14,9 @@
#define NOLICENSE
#endif
#define VER "10.2c"
#define VERNUM 10203
#define VERNUM_HEX 0xA093
#define VER "10.2d"
#define VERNUM 10204
#define VERNUM_HEX 0xA094
#define GEN_M 0
#define GEN_F 1