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
2017-12-05 16:17:07 +01:00
parent 5710c665da
commit 721ab78790
2 changed files with 27 additions and 3 deletions

View File

@@ -14,9 +14,9 @@
#define NOLICENSE
#endif
#define VER "10.2d"
#define VERNUM 10204
#define VERNUM_HEX 0xA094
#define VER "10.2e"
#define VERNUM 10205
#define VERNUM_HEX 0xA095
#define GEN_M 0
#define GEN_F 1