1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-23 08:54:48 +00:00

version 11.0j

This commit is contained in:
Zeno Rogue
2019-03-03 01:07:28 +01:00
parent aebc5dd693
commit 91d848cc74
2 changed files with 11 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "11.0i"
#define VERNUM 11009
#define VERNUM_HEX 0xA609
#define VER "11.0j"
#define VERNUM 11010
#define VERNUM_HEX 0xA60A
#include <stdarg.h>
#include "hyper_function.h"