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-15 15:02:53 +02:00
parent 51efb7e3ff
commit 21b6f22de4
2 changed files with 13 additions and 5 deletions

View File

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