1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-17 11:30:09 +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. // It is quite chaotic.
// version numbers // version numbers
#define VER "11.1d" #define VER "11.1e"
#define VERNUM_HEX 0xA704 #define VERNUM_HEX 0xA705
#include <stdarg.h> #include <stdarg.h>
#include "hyper_function.h" #include "hyper_function.h"