1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-27 02:51:23 +00:00

version 13.1e

This commit is contained in:
Zeno Rogue
2025-09-09 20:59:50 +02:00
parent 2ff3b23f9e
commit c2c4c1a491
2 changed files with 21 additions and 2 deletions

View File

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