Skip to content

Commit

Permalink
12.0j
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorogue committed Dec 13, 2021
1 parent 217d4a7 commit fa79d67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions hyper.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit fa79d67

Please sign in to comment.