1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 19:47:54 +00:00
This commit is contained in:
Zeno Rogue
2023-10-29 11:05:21 +01:00
parent c336e9d385
commit 45a9e0c85a
2 changed files with 22 additions and 2 deletions

View File

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