diff --git a/changelog.txt b/changelog.txt index ad05e6a7..f7f789be 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2923,3 +2923,10 @@ Other: - fixed crash on changing projection while not in race - fixed crash when Orb of Safety is blown into the player's position - text fixes, PL translation updated + +2019-01-20 12:47 Update 11.0c: + +- baby creators of the Brown Island now mature after going 6 screens away from the place of their spawning (in other words, when you explore the boring (baby) part of the Brown Island, you will get to +the interesting (adult) part quickly) +- no more cheat mode after disabling the Racing mode (this was caused by not resetting the starting land back to Icy) +- Czech translation updated, typos fixed in the Polish translation diff --git a/hyper.h b/hyper.h index 61904e7c..d956683a 100644 --- a/hyper.h +++ b/hyper.h @@ -2,9 +2,9 @@ // It is quite chaotic. // version numbers -#define VER "11.0b" -#define VERNUM 11002 -#define VERNUM_HEX 0xA602 +#define VER "11.0c" +#define VERNUM 11003 +#define VERNUM_HEX 0xA603 #include #include "hyper_function.h"