1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-26 23:36:02 +00:00
This commit is contained in:
Zeno Rogue
2017-10-31 01:49:14 +01:00
parent f841264676
commit 26b517a20a
3 changed files with 15 additions and 4 deletions

View File

@@ -14,9 +14,9 @@
#define NOLICENSE
#endif
#define VER "10.1h"
#define VERNUM 10108
#define VERNUM_HEX 0xA088
#define VER "10.2"
#define VERNUM 10200
#define VERNUM_HEX 0xA090
#define GEN_M 0
#define GEN_F 1