1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-11 06:45:59 +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

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"