1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00
This commit is contained in:
Zeno Rogue 2019-07-28 12:25:30 +02:00
parent 15e83f6b83
commit 6ac5091526

View File

@ -2,8 +2,8 @@
// It is quite chaotic.
// version numbers
#define VER "11.1d"
#define VERNUM_HEX 0xA704
#define VER "11.1e"
#define VERNUM_HEX 0xA705
#include <stdarg.h>
#include "hyper_function.h"