1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

update 11.0i

This commit is contained in:
Zeno Rogue 2019-03-01 18:54:11 +01:00
parent 9a3167e0ed
commit 2a801ba5d3

View File

@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "11.0h"
#define VERNUM 11008
#define VERNUM_HEX 0xA608
#define VER "11.0i"
#define VERNUM 11009
#define VERNUM_HEX 0xA609
#include <stdarg.h>
#include "hyper_function.h"