1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-18 06:35:12 +00:00
This commit is contained in:
Zeno Rogue
2019-03-17 04:21:52 +01:00
parent b875853232
commit 1d1baf2207
2 changed files with 16 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "11.0l"
#define VERNUM 11012
#define VERNUM_HEX 0xA60C
#define VER "11.0m"
#define VERNUM 11013
#define VERNUM_HEX 0xA60D
#include <stdarg.h>
#include "hyper_function.h"