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-28 15:08:38 +02:00
parent 3701b23c43
commit 9e44c593a0
2 changed files with 15 additions and 3 deletions

View File

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