1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 01:47:39 +00:00

11.2v and adjust to older compilers

This commit is contained in:
Zeno Rogue
2020-01-28 20:21:23 +01:00
parent d79c06e9d1
commit 3500d67af6
3 changed files with 20 additions and 7 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.2u"
#define VERNUM_HEX 0xA815
#define VER "11.2v"
#define VERNUM_HEX 0xA816
#include "sysconfig.h"