1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00
This commit is contained in:
Zeno Rogue 2024-05-28 20:21:45 +02:00
parent d4a610c2b6
commit 9485495e48
2 changed files with 8 additions and 2 deletions

View File

@ -5267,3 +5267,9 @@ Minor bug fixes:
Changes to the parameter/formula system:
- more values and functions are now available in formulas (including the new color formulas, including the 'formula' canvas pattern)
2024-05-28 20:21 Update 13.0j
- fixed orb change display
- fixed backward incompatible color reading from config
- fixed symbol changed enable archimedean unexpectedly

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0j"
#define VERNUM_HEX 0xAA0A
#define VER "13.0k"
#define VERNUM_HEX 0xAA0B
#include "sysconfig.h"