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

View File

@@ -2,8 +2,8 @@
// It is quite chaotic.
// version numbers
#define VER "11.1h"
#define VERNUM_HEX 0xA708
#define VER "11.1i"
#define VERNUM_HEX 0xA709
#include <stdarg.h>
#include "hyper_function.h"