diff --git a/changelog.txt b/changelog.txt index 1307f990..03d305f2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5349,3 +5349,9 @@ Improvements to the map/shape/draw editor: - twisted product + fake curvature should work - fixed Wild West Yendor Challenge - Orb of Speed now works correctly with even number of players + +2024-07-10 6:56 Update 13.0s + +- font selection +- configurable colors in Prairie/Mountain/Ivory/Freefall/Yendorian stripes +- custom land list mode now can configure PTM runs/multipliers diff --git a/hyper.h b/hyper.h index 8a0adcda..b737a2a0 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "13.0r" -#define VERNUM_HEX 0xAA12 +#define VER "13.0s" +#define VERNUM_HEX 0xAA13 #include "sysconfig.h"