1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 22:12:59 +00:00

11.0o: fixed Ivory/Yendorian

This commit is contained in:
Zeno Rogue
2019-03-30 17:41:49 +01:00
parent 6b2a9bb6f1
commit 5545f8efeb
3 changed files with 6 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "11.0n"
#define VERNUM 11014
#define VERNUM_HEX 0xA60E
#define VER "11.0o"
#define VERNUM 11015
#define VERNUM_HEX 0xA60F
#include <stdarg.h>
#include "hyper_function.h"