This commit is contained in:
Zeno Rogue 2021-12-13 22:34:35 +01:00
parent 217d4a770d
commit fa79d67016
2 changed files with 6 additions and 2 deletions

View File

@ -4549,3 +4549,7 @@ Other:
- refer to color by HTML name in commandline arguments, and an option to allocate more colors via CLI
- pseudohedral display mode in 2.5D
- TES files: a feature to add commandline options, and stars
2021-12-13 22:32 Update 12.0j:
- fixed the victory leaderboards (turns/time to Orb of Yendor/Hyperstones)
- fixed the starting land selection feature for equidistant-based lands

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.0i"
#define VERNUM_HEX 0xA909
#define VER "12.0j"
#define VERNUM_HEX 0xA90A
#include "sysconfig.h"