1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 01:07:57 +00:00

version 13.1

This commit is contained in:
Zeno Rogue
2025-08-06 10:25:11 +02:00
parent ffc32037fd
commit 152b32425b
2 changed files with 15 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0z"
#define VERNUM_HEX 0xAA1A
#define VER "13.1"
#define VERNUM_HEX 0xAA20
#include "sysconfig.h"