1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00
This commit is contained in:
Zeno Rogue
2018-09-10 19:44:37 +02:00
parent bb05d9ab80
commit 7345c14184
2 changed files with 12 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4u"
#define VERNUM 10421
#define VERNUM_HEX 0xA0C5
#define VER "10.4v"
#define VERNUM 10422
#define VERNUM_HEX 0xA0C6
#include <stdarg.h>