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-06-18 17:54:38 +02:00
parent 529befd359
commit 09c2a2096b
2 changed files with 22 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4c"
#define VERNUM 10403
#define VERNUM_HEX 0xA0B3
#define VER "10.4d"
#define VERNUM 10404
#define VERNUM_HEX 0xA0B4
#include <stdarg.h>