1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-27 16:02:19 +00:00
This commit is contained in:
Zeno Rogue 2025-08-17 23:12:05 +02:00
parent 2c92a781da
commit 7c2e312aa1
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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"