From 9485495e4833670c393b3545de65aebf507fb1b0 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 28 May 2024 20:21:45 +0200 Subject: [PATCH] v13.0k --- changelog.txt | 6 ++++++ hyper.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 7b938924..8a062cf3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5267,3 +5267,9 @@ Minor bug fixes: Changes to the parameter/formula system: - more values and functions are now available in formulas (including the new color formulas, including the 'formula' canvas pattern) + +2024-05-28 20:21 Update 13.0j + +- fixed orb change display +- fixed backward incompatible color reading from config +- fixed symbol changed enable archimedean unexpectedly diff --git a/hyper.h b/hyper.h index d46ee45b..b45a8d63 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "13.0j" -#define VERNUM_HEX 0xAA0A +#define VER "13.0k" +#define VERNUM_HEX 0xAA0B #include "sysconfig.h"