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
2022-06-17 12:17:29 +02:00
parent 9fbe770db9
commit ddf11f4b42
2 changed files with 27 additions and 2 deletions

View File

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