1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

11.0e version number

This commit is contained in:
Zeno Rogue 2019-02-06 18:42:21 +01:00
parent 29109c252e
commit ddd1161acc

View File

@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "11.0d"
#define VERNUM 11004
#define VERNUM_HEX 0xA604
#define VER "11.0e"
#define VERNUM 11005
#define VERNUM_HEX 0xA605
#include <stdarg.h>
#include "hyper_function.h"