From dac3a3260a03b0a1d769ceda4bad3097eeb0239c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 20 Aug 2020 16:49:06 +0200 Subject: [PATCH] 11.3y --- changelog.txt | 8 ++++++++ hyper.h | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index eb2dcdf4..6532a88d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4096,3 +4096,11 @@ Geometries: - fixed raycaster in twisted geometries; weirdly twisted spherical geometry - draw crosshair even if nohud - an attempt to fix/debug the crash that some people are reporting on loading a saved game + +2020-08-20 16:47 Update 11.3y: +- Chaos Mode unlocking should be fixed +- correct error message when trying to move from Rock III to a wall +- Speed Witches are no longer incorrectly considered as threats (but Flash Witches are real threats!) +- three new projections +- Camelot help now mentions Crossroads IV +- fixed premature victory screen in minesweeper diff --git a/hyper.h b/hyper.h index 9a3e00cd..027cf513 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "11.3x" -#define VERNUM_HEX 0xA838 +#define VER "11.3y" +#define VERNUM_HEX 0xA839 #include "sysconfig.h"