version 12.1m

This commit is contained in:
Zeno Rogue 2023-03-26 09:42:49 +02:00
parent a47dbc5dd5
commit 759de3274a
2 changed files with 5 additions and 2 deletions

View File

@ -4938,3 +4938,6 @@ Improvements to the "aperiodic hat":
Other fixes:
- do not display relativistic modes in model list
- an option to not display default help (in "basic interface")
2023-03-26 09:41 Update 12.1m:
- Fixed some crashes when changing the hat parameter, embedding hat, while embedding tessellation from file, using hat with fake geometry. Also fake geometry now appears in the menu for hat.

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.1l"
#define VERNUM_HEX 0xA92C
#define VER "12.1m"
#define VERNUM_HEX 0xA92D
#include "sysconfig.h"