1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-23 17:04:48 +00:00

version 11.0

This commit is contained in:
Zeno Rogue
2019-01-11 15:04:16 +01:00
parent ab76ead2ae
commit 5079df3679
2 changed files with 42 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.5e"
#define VERNUM 10505
#define VERNUM_HEX 0xA505
#define VER "11.0"
#define VERNUM 11000
#define VERNUM_HEX 0xA600
#include <stdarg.h>
#include "hyper_function.h"