1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-25 23:06:02 +00:00
This commit is contained in:
Zeno Rogue
2018-02-01 03:04:27 +01:00
parent eb5d2ab845
commit 20f1dc5d4d
2 changed files with 11 additions and 3 deletions

View File

@@ -15,9 +15,9 @@
#define NOLICENSE
#endif
#define VER "10.3e"
#define VERNUM 10305
#define VERNUM_HEX 0xA0A5
#define VER "10.3f"
#define VERNUM 10306
#define VERNUM_HEX 0xA0A6
#define GEN_M 0
#define GEN_F 1