This commit is contained in:
Zeno Rogue 2020-07-13 01:33:09 +02:00
parent e90e0f861e
commit 36055d993e
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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"