1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-08 05:16:00 +00:00

update 13.0x

This commit is contained in:
Zeno Rogue
2025-02-24 11:44:40 +01:00
parent d4b8ca6286
commit 93f32ec7b8
2 changed files with 14 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0w"
#define VERNUM_HEX 0xAA17
#define VER "13.0x"
#define VERNUM_HEX 0xAA18
#include "sysconfig.h"