1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 03:27:55 +00:00
This commit is contained in:
Zeno Rogue
2023-10-28 09:15:01 +02:00
parent 89a46a8cd1
commit b3b1611f33
2 changed files with 6 additions and 2 deletions

View File

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