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
2022-05-21 17:25:39 +02:00
parent 57fd87e1d4
commit 9c1dd1088b
2 changed files with 9 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.0p"
#define VERNUM_HEX 0xA910
#define VER "12.0q"
#define VERNUM_HEX 0xA911
#include "sysconfig.h"