1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 09:26:52 +00:00
This commit is contained in:
Zeno Rogue 2019-06-28 10:00:04 +02:00
parent 77f7b42856
commit 0dea0e1458

View File

@ -2,8 +2,8 @@
// It is quite chaotic.
// version numbers
#define VER "11.1a"
#define VERNUM_HEX 0xA701
#define VER "11.1b"
#define VERNUM_HEX 0xA702
#include <stdarg.h>
#include "hyper_function.h"