1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-18 11:14:49 +00:00
This commit is contained in:
Zeno Rogue 2023-05-31 02:11:14 +02:00
parent 51fc7b6573
commit 31976a1994

View File

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