1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-02 12:19:18 +00:00
This commit is contained in:
Zeno Rogue 2019-08-21 07:27:46 +02:00
parent 0ab4a30406
commit 59971b7048

View File

@ -10,8 +10,8 @@
*/ */
// version numbers // version numbers
#define VER "11.1l" #define VER "11.1m"
#define VERNUM_HEX 0xA70C #define VERNUM_HEX 0xA70D
#include <stdarg.h> #include <stdarg.h>
#include "hyper_function.h" #include "hyper_function.h"