1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 17:40:36 +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. // It is quite chaotic.
// version numbers // version numbers
#define VER "11.0d" #define VER "11.0e"
#define VERNUM 11004 #define VERNUM 11005
#define VERNUM_HEX 0xA604 #define VERNUM_HEX 0xA605
#include <stdarg.h> #include <stdarg.h>
#include "hyper_function.h" #include "hyper_function.h"