1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-06 08:43:02 +00:00
This commit is contained in:
Zeno Rogue
2019-03-24 01:55:08 +01:00
parent 26857d8104
commit 3634956046
2 changed files with 18 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "11.0m"
#define VERNUM 11013
#define VERNUM_HEX 0xA60D
#define VER "11.0n"
#define VERNUM 11014
#define VERNUM_HEX 0xA60E
#include <stdarg.h>
#include "hyper_function.h"