1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 08:27:39 +00:00
This commit is contained in:
Zeno Rogue
2023-10-05 14:15:01 +02:00
parent ff19ceb438
commit 5fb0099fbb
2 changed files with 17 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.1u"
#define VERNUM_HEX 0xA935
#define VER "12.1w"
#define VERNUM_HEX 0xA937
#include "sysconfig.h"