1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 09:57:41 +00:00
This commit is contained in:
Zeno Rogue
2019-06-16 13:21:18 +02:00
parent 609fc29119
commit fe5936874e
2 changed files with 24 additions and 2 deletions

View File

@@ -2,8 +2,8 @@
// It is quite chaotic.
// version numbers
#define VER "11.0ż"
#define VERNUM_HEX 0xA61B
#define VER "11.0ź"
#define VERNUM_HEX 0xA61C
#include <stdarg.h>
#include "hyper_function.h"