From 507634322392f55945cbde08644550539a316323 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 15 Sep 2023 08:13:12 +0200 Subject: [PATCH] 12.1t --- changelog.txt | 4 ++++ hyper.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 86da338f1..da15b6161 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4988,3 +4988,7 @@ Mostly embedding-related improvements: - Fixed a bug which caused the screen to disappear on switch-to-fpp - Fixed the movement in Nil geometry - Fixed a crash when changing sight range while in rug + +2023-09-15 07:48 Update 12.1t +- fixed a crash on projection changing +- two new land structure options: horodisk and ideal Voronoi diff --git a/hyper.h b/hyper.h index 70754a32f..c3697016e 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "12.1s" -#define VERNUM_HEX 0xA933 +#define VER "12.1t" +#define VERNUM_HEX 0xA934 #include "sysconfig.h"