This commit is contained in:
Zeno Rogue 2023-09-15 08:13:12 +02:00
parent dd5e9dbc6e
commit 5076343223
2 changed files with 6 additions and 2 deletions

View File

@ -4988,3 +4988,7 @@ Mostly embedding-related improvements:
- Fixed a bug which caused the screen to disappear on switch-to-fpp
- Fixed the movement in Nil geometry
- Fixed a crash when changing sight range while in rug
2023-09-15 07:48 Update 12.1t
- fixed a crash on projection changing
- two new land structure options: horodisk and ideal Voronoi

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.1s"
#define VERNUM_HEX 0xA933
#define VER "12.1t"
#define VERNUM_HEX 0xA934
#include "sysconfig.h"