1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00
This commit is contained in:
Zeno Rogue
2020-04-05 10:50:27 +02:00
parent 974a98e32c
commit 8b7f2f3969
2 changed files with 14 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.3f"
#define VERNUM_HEX 0xA826
#define VER "11.3g"
#define VERNUM_HEX 0xA827
#include "sysconfig.h"