1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00
This commit is contained in:
Zeno Rogue
2018-06-17 12:02:06 +02:00
parent 8fe482ec16
commit e743e18156
2 changed files with 8 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4b"
#define VERNUM 10402
#define VERNUM_HEX 0xA0B2
#define VER "10.4c"
#define VERNUM 10403
#define VERNUM_HEX 0xA0B3
namespace hr {