diff --git a/changelog.txt b/changelog.txt index fde86062..bfcc15b7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2510,3 +2510,6 @@ non-game: - new quotient geometries: 'minimal quotient' (based on DivisionByZero's construction https://steamcommunity.com/app/342610/discussions/1/3051633726580659909/ ), Klein Quartic, Bolza Surface (aka the "Docks Quotient"), Bolza Surface x2 - fixed some issues with the generation of Land of Storms in other geometries - bitruncated 'four hexagons' should no longer appear in SC; non-bitruncated 'four hexagons' will be rarer + +2018.06.24 01:19 Update 10.4g +- fixed Arrow Traps not killing anything (and possibly other similar cases) diff --git a/hyper.h b/hyper.h index fb30900a..f2d38f5d 100644 --- a/hyper.h +++ b/hyper.h @@ -2,9 +2,9 @@ // It is quite chaotic. // version numbers -#define VER "10.4f" -#define VERNUM 10406 -#define VERNUM_HEX 0xA0B6 +#define VER "10.4g" +#define VERNUM 10407 +#define VERNUM_HEX 0xA0B7 #include