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-03-27 22:42:56 +02:00
parent 8ecb1ce593
commit d319173110
3 changed files with 31 additions and 3 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.0l"
#define VERNUM_HEX 0xA90C
#define VER "12.0m"
#define VERNUM_HEX 0xA90D
#include "sysconfig.h"