diff --git a/changelog.txt b/changelog.txt index 8c385a4a..58d1d634 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2976,3 +2976,11 @@ the interesting (adult) part quickly) - fixed the graphics scaling for wolves, animated legs, and the shmup mode - yet more interesting Yendor path in binary tilings - a preview of 3D geometries + +2019-03-01 19:14 Version 11.0i: +- fixed the bug with animal legs +- added two Euclidean honeycombs + +2019-03-03 00:51 Version 11.0j: +- improved lands: minefield displays correctly; Emerald Mine in Euclidean geometries; nice crossroads in spherical geometries +- all the regular honeycombs diff --git a/hyper.h b/hyper.h index b3c644ab..6fae4c63 100644 --- a/hyper.h +++ b/hyper.h @@ -2,9 +2,9 @@ // It is quite chaotic. // version numbers -#define VER "11.0i" -#define VERNUM 11009 -#define VERNUM_HEX 0xA609 +#define VER "11.0j" +#define VERNUM 11010 +#define VERNUM_HEX 0xA60A #include #include "hyper_function.h"