1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00
This commit is contained in:
Zeno Rogue
2019-08-10 23:49:01 +02:00
parent cd4bee08f7
commit 1a7d7c8db8
2 changed files with 14 additions and 2 deletions

View File

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