1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00
This commit is contained in:
Zeno Rogue
2022-12-18 01:01:13 +01:00
parent 09ae23b310
commit 978d9d6eda
2 changed files with 23 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.1f"
#define VERNUM_HEX 0xA926
#define VER "12.1g"
#define VERNUM_HEX 0xA927
#include "sysconfig.h"