version 12.1o

This commit is contained in:
Zeno Rogue 2023-03-29 09:35:43 +02:00
parent 25fb183059
commit 7dbb60d3f8
2 changed files with 7 additions and 2 deletions

View File

@ -4953,3 +4953,8 @@ Other fixes:
- Swap the Red Troll's hair & fur colors (thanks to @jlmjlm)
- Experimental fractal geometries (experiment with geometry -> Euclidean)
- fixed Terracotta in Euclidean disk
2023-03-29 09:10 Update 12.1o:
- fixed the orientation in the hat tiling
- fixed bugs when regenerating a map in the hat tiling + embedding
- fixed variation not showing in some geometries

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.1n"
#define VERNUM_HEX 0xA92E
#define VER "12.1o"
#define VERNUM_HEX 0xA92F
#include "sysconfig.h"