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-09-20 23:13:46 +02:00
parent eeb6373338
commit 9e4c883001
2 changed files with 10 additions and 2 deletions

View File

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