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-07-12 14:48:28 +02:00
parent dfe0d7ccf9
commit 68507a555f
2 changed files with 8 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.0t1"
#define VERNUM_HEX 0xA915
#define VER "12.0u"
#define VERNUM_HEX 0xA916
#include "sysconfig.h"