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-29 13:58:21 +02:00
parent 50d70097cb
commit 5d34760290
2 changed files with 8 additions and 3 deletions

View File

@ -5268,8 +5268,13 @@ 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
2024-05-28 20:21 Update 13.0k
- fixed orb change display
- fixed backward incompatible color reading from config
- fixed symbol changed enable archimedean unexpectedly
2024-05-29 13:54 Update 13.0l
- fixed some more errors with the config file
- show charges for Orb of Air, also fixed the line for Orb Energy

View File

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