From fa79d67016618af143a267d6fe0d6d85c18f7753 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 13 Dec 2021 22:34:35 +0100 Subject: [PATCH] 12.0j --- changelog.txt | 4 ++++ hyper.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 590c24c53..3ca9640ff 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4549,3 +4549,7 @@ Other: - refer to color by HTML name in commandline arguments, and an option to allocate more colors via CLI - pseudohedral display mode in 2.5D - TES files: a feature to add commandline options, and stars + +2021-12-13 22:32 Update 12.0j: +- fixed the victory leaderboards (turns/time to Orb of Yendor/Hyperstones) +- fixed the starting land selection feature for equidistant-based lands diff --git a/hyper.h b/hyper.h index 97af1d4c3..28b0fe55a 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "12.0i" -#define VERNUM_HEX 0xA909 +#define VER "12.0j" +#define VERNUM_HEX 0xA90A #include "sysconfig.h"