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-27 19:00:56 +02:00
parent 59971b7048
commit 89413ae42a
2 changed files with 14 additions and 2 deletions

View File

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