This commit is contained in:
Zeno Rogue 2019-11-16 03:11:00 +01:00
parent 928e369977
commit b1f3686bdf
2 changed files with 10 additions and 2 deletions

View File

@ -3627,3 +3627,11 @@ Other:
- other:
- - command-line option to disable music
2019-11-16 03:08 Version 11.2k:
- stereo in ray
- fixed the graphics getting glitchy after some distance
- fixed the clipping in Poincare Ball model
- fixed the 4D Crystal in H3 geometry
- ray configuration saved
- random in expression parser; 'draw inner walls in pattern' setting

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.2j"
#define VERNUM_HEX 0xA80A
#define VER "11.2k"
#define VERNUM_HEX 0xA80B
#include "sysconfig.h"
#include "classes.h"