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
2021-04-15 19:59:40 +02:00
parent b597c538ef
commit 4bb6379a53
2 changed files with 22 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.4g"
#define VERNUM_HEX 0xA847
#define VER "11.4h"
#define VERNUM_HEX 0xA848
#include "sysconfig.h"