From 36055d993ea444b6f90c3a45bc2de7c50cdbbf9e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 13 Jul 2020 01:33:09 +0200 Subject: [PATCH] 11.3r --- changelog.txt | 5 +++++ hyper.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 1c9cb850..84b92226 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4034,3 +4034,8 @@ bugfixes: - fake curvature in the rhombic honeycomb - ordered net creation in fake curvature - new 3D Euclidean quotient space: Hantzsche-Wendt (double cube) manifold + +2020-07-13 01:32 Update 11.3r: +- inverse variation +- redone some Guided Tour slides and possible crash +- you can now add text in the Drawing Tool diff --git a/hyper.h b/hyper.h index bcf5db58..b8a45227 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "11.3q" -#define VERNUM_HEX 0xA831 +#define VER "11.3r" +#define VERNUM_HEX 0xA832 #include "sysconfig.h"