1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 22:23: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
#define VER "11.1l"
#define VERNUM_HEX 0xA70C
#define VER "11.1m"
#define VERNUM_HEX 0xA70D
#include <stdarg.h>
#include "hyper_function.h"