Skip to content

Commit

Permalink
version 12.1o
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorogue committed Mar 29, 2023
1 parent 25fb183 commit 7dbb60d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions hyper.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 7dbb60d

Please sign in to comment.