1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 17:29:57 +00:00
This commit is contained in:
Zeno Rogue 2023-05-19 01:18:24 +02:00
parent d179976281
commit da687e8874

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.1o"
#define VERNUM_HEX 0xA92F
#define VER "12.1p"
#define VERNUM_HEX 0xA930
#include "sysconfig.h"