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-03 22:32:15 +02:00
parent e61930c0b1
commit fc47ec3338
2 changed files with 22 additions and 4 deletions

View File

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