This commit is contained in:
Zeno Rogue 2020-01-19 00:34:07 +01:00
parent 29a2cb58ef
commit dfca9751d3
2 changed files with 8 additions and 2 deletions

View File

@ -3764,3 +3764,9 @@ Geometries:
- 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)
- paper model creator now available in OSX
2020-01-19 00:16 Version 11.2u:
- raised the limit on the number of edges to 120
- extended 'linewidth' settings: illustration mode, hint about Alt, disable shadows, bright mode, colorblind simulation
- fixed the direction reflected monsters face in the Hall of Mirrors
- mixed infinite order

View File

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