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
2019-08-03 11:52:52 +02:00
parent 4b3ada46fd
commit 14e86830b3
2 changed files with 14 additions and 2 deletions

View File

@@ -2,8 +2,8 @@
// It is quite chaotic.
// version numbers
#define VER "11.1g"
#define VERNUM_HEX 0xA707
#define VER "11.1h"
#define VERNUM_HEX 0xA708
#include <stdarg.h>
#include "hyper_function.h"