1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 20:37:40 +00:00
This commit is contained in:
Zeno Rogue
2018-07-16 19:54:31 +02:00
parent cf89574126
commit cedd78b3e7
3 changed files with 16 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4l"
#define VERNUM 10412
#define VERNUM_HEX 0xA0BC
#define VER "10.4m"
#define VERNUM 10413
#define VERNUM_HEX 0xA0BD
#include <stdarg.h>