From ecdb1aa6e7f1ebd5219cb2f4ad21d504c6f18887 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 12 Oct 2019 14:02:58 +0200 Subject: [PATCH] 11.2e --- changelog.txt | 6 ++++++ hyper.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 520d1b93..33e3a565 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3548,3 +3548,9 @@ Solv geometry: - fixed spherical racing not enabling correctly - 'patterns' in 3D geometries now actually work, by creating walls - random landscapes now work (by projection) in hybrid geometries + +2019-10-12 14:02 Version 11.2e: +- tessellations with ideal vertices: {3,infinity} {3,3,6}, {3,4,4} +- four-dimensional crystal using {3,4,4} +- some patterns for the four-dimensional crystal +- increased the default per-frame cell generation limit to 250 diff --git a/hyper.h b/hyper.h index 00e5052a..fcfbf8fc 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "11.2d" -#define VERNUM_HEX 0xA804 +#define VER "11.2e" +#define VERNUM_HEX 0xA805 #include "sysconfig.h" #include "classes.h"