1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 17:07:40 +00:00
This commit is contained in:
Zeno Rogue
2019-12-27 23:40:06 +01:00
parent e00e117278
commit e53bdb7db1
2 changed files with 8 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.2p"
#define VERNUM_HEX 0xA810
#define VER "11.2q"
#define VERNUM_HEX 0xA811
#include "sysconfig.h"