This commit is contained in:
Zeno Rogue 2020-01-16 17:26:47 +01:00
parent 72424bdb0f
commit 7c9dd4ea59
2 changed files with 9 additions and 2 deletions

View File

@ -3756,3 +3756,10 @@ Geometries:
- Steam rich presence
- geometries: quotient space in {5,3,5}; single-cell quotient spaces in {5,3,3} and {5,3,5}; fixed spherical tessellations from files; extra tessellation files
2020-01-16 17:25 Version 11.2t:
- Field Quotient is now available for all regular hyperbolic honeycombs, and additional field-quotient compact manifolds may be searched for
- new patterns 'Y' and 'Z' for bounded spaces
- in 3D Racing, there is a menu option for 'show 3D configuration' instead of the confusing 'config projection'
- improved Solv rendering
- fixed some bugs with tessellations from files (fixed line animation, fixed bad performance when away from the start, dealt with numerical errors, fixed spherical plain floors)

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.2s"
#define VERNUM_HEX 0xA813
#define VER "11.2t"
#define VERNUM_HEX 0xA814
#include "sysconfig.h"