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-03-12 10:35:54 +01:00
parent 6447333d03
commit 734fb385d4
2 changed files with 10 additions and 3 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.3b"
#define VERNUM_HEX 0xA822
#define VER "11.3c"
#define VERNUM_HEX 0xA823
#include "sysconfig.h"