1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-07 21:32:10 +00:00
This commit is contained in:
Zeno Rogue
2024-06-06 19:13:41 +02:00
parent b86eaa5693
commit 78585f7ec2
2 changed files with 20 additions and 2 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0m"
#define VERNUM_HEX 0xAA0D
#define VER "13.0n"
#define VERNUM_HEX 0xAA0E
#include "sysconfig.h"