1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-06 21:39:43 +00:00
This commit is contained in:
Zeno Rogue
2017-07-24 02:02:32 +02:00
parent 5f8c59546a
commit fdc1ac1e6e
6 changed files with 53 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
#define VER "10.0c"
#define VERNUM 10003
#define VERNUM_HEX 0xA003
#define VER "10.0d"
#define VERNUM 10004
#define VERNUM_HEX 0xA004
#define GEN_M 0
#define GEN_F 1