This commit is contained in:
Zeno Rogue 2022-07-12 14:48:28 +02:00
parent dfe0d7ccf9
commit 68507a555f
2 changed files with 8 additions and 2 deletions

View File

@ -4724,3 +4724,9 @@ Menu improvements:
- start animations now can be disabled
- nicer sliders and color selectors (unless the ASCII mode is on)
2022-07-12 14:47 Update 12.0u:
- honeycomb tree rules for 345 and 355 (better performance, variations work)
- some fixes to the French translation
- options to show less items/kills in the portrait/landscape mode
- an option to have menus centered even in widescreen
- mobile fixes: fixed an incorrect button shown in the mobile game menu, and items/kills going over buttons

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.0t1"
#define VERNUM_HEX 0xA915
#define VER "12.0u"
#define VERNUM_HEX 0xA916
#include "sysconfig.h"