1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-17 06:07:12 +00:00
This commit is contained in:
Zeno Rogue
2019-03-11 18:28:55 +01:00
parent 43eb9bf0a2
commit bbaca3eff3
2 changed files with 36 additions and 3 deletions

View File

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