1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 00:47:40 +00:00
This commit is contained in:
Zeno Rogue
2018-08-22 23:22:33 +02:00
parent ad27493dee
commit 350ccd5b76
2 changed files with 26 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4p"
#define VERNUM 10416
#define VERNUM_HEX 0xA0C0
#define VER "10.4q"
#define VERNUM 10417
#define VERNUM_HEX 0xA0C1
#include <stdarg.h>