1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-23 08:54:48 +00:00
This commit is contained in:
Zeno Rogue
2019-01-24 14:56:04 +01:00
parent a4db1ad7b2
commit 98f03dc076
2 changed files with 13 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "11.0c"
#define VERNUM 11003
#define VERNUM_HEX 0xA603
#define VER "11.0d"
#define VERNUM 11004
#define VERNUM_HEX 0xA604
#include <stdarg.h>
#include "hyper_function.h"