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-24 01:23:06 +02:00
parent 6dfe5c444c
commit 440940a945
2 changed files with 6 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4f"
#define VERNUM 10406
#define VERNUM_HEX 0xA0B6
#define VER "10.4g"
#define VERNUM 10407
#define VERNUM_HEX 0xA0B7
#include <stdarg.h>