1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00
This commit is contained in:
Zeno Rogue
2019-08-20 13:15:48 +02:00
parent 157a85c3fc
commit 161db58988
2 changed files with 10 additions and 2 deletions

View File

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