1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-21 16:14:49 +00:00

version 13.1d

This commit is contained in:
Zeno Rogue
2025-08-29 08:48:00 +02:00
parent bc8c220884
commit a794c8a7f6
2 changed files with 10 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.1c"
#define VERNUM_HEX 0xAA23
#define VER "13.1d"
#define VERNUM_HEX 0xAA24
#include "sysconfig.h"