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
2017-10-16 01:21:55 +02:00
parent afa7684369
commit e06a3cc68a
2 changed files with 81 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#define VER "10.1b"
#define VERNUM 10102
#define VERNUM_HEX 0xA082
#define VER "10.1c"
#define VERNUM 10103
#define VERNUM_HEX 0xA083
#define GEN_M 0
#define GEN_F 1