1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 17:07:40 +00:00
This commit is contained in:
Zeno Rogue
2018-08-24 23:54:32 +02:00
parent 7faa73ba18
commit aafa5c3157
3 changed files with 11 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4r"
#define VERNUM 10418
#define VERNUM_HEX 0xA0C2
#define VER "10.4s"
#define VERNUM 10419
#define VERNUM_HEX 0xA0C3
#include <stdarg.h>