From 7c2e312aa118c35020072960683ab5d0dd56e1b3 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 17 Aug 2025 23:12:05 +0200 Subject: [PATCH] 13.1b --- changelog.txt | 4 ++++ hyper.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 2be7de50..31e5e4d4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5477,3 +5477,7 @@ https://zenorogue.blogspot.com/2025/08/hyperrogue-131.html - alt unlock condition for CR6 - fixed the floor graphics in dual tilings - finding the music file in some installations should be fixed + +2025-08-17 23:00 Update 13.1b: +- fixed Orb of Recall appearing incorrectly +- finding geodesic and paper model data in some installations should be fixed diff --git a/hyper.h b/hyper.h index 148dfa3f..18dc7e46 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "13.1a" -#define VERNUM_HEX 0xAA21 +#define VER "13.1b" +#define VERNUM_HEX 0xAA22 #include "sysconfig.h"