1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 08:57:39 +00:00
This commit is contained in:
Zeno Rogue
2018-07-03 04:23:23 +02:00
parent a8c55be1d1
commit e3d406c8dd
2 changed files with 8 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4i"
#define VERNUM 10409
#define VERNUM_HEX 0xA0B9
#define VER "10.4j"
#define VERNUM 10410
#define VERNUM_HEX 0xA0BA
#include <stdarg.h>