From 3980db0fb137198ccbda2a1844a216ff5f27e1c7 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 10 Jul 2024 06:58:28 +0200 Subject: [PATCH] version 13.0s --- changelog.txt | 6 ++++++ hyper.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 1307f990..03d305f2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5349,3 +5349,9 @@ Improvements to the map/shape/draw editor: - twisted product + fake curvature should work - fixed Wild West Yendor Challenge - Orb of Speed now works correctly with even number of players + +2024-07-10 6:56 Update 13.0s + +- font selection +- configurable colors in Prairie/Mountain/Ivory/Freefall/Yendorian stripes +- custom land list mode now can configure PTM runs/multipliers diff --git a/hyper.h b/hyper.h index 8a0adcda..b737a2a0 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "13.0r" -#define VERNUM_HEX 0xAA12 +#define VER "13.0s" +#define VERNUM_HEX 0xAA13 #include "sysconfig.h"