From 9cc9a881a70f86f0213e179c129940a95f4392a7 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 20 Jan 2019 12:45:41 +0100 Subject: [PATCH] version 11.0b --- changelog.txt | 6 ++++++ hyper.h | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 5194b582..ad05e6a7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2917,3 +2917,9 @@ Other: - options of TPP and fixed facing direction, not only in racing - Orb of Lava is now marked 'useless' in Graveyard +2019-01-18 21:14 Update 11.0b: + +- number editor now accepts hex numbers, and uses hex as default when editing Tortoises +- 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 diff --git a/hyper.h b/hyper.h index 9241eaf8..61904e7c 100644 --- a/hyper.h +++ b/hyper.h @@ -2,9 +2,9 @@ // It is quite chaotic. // version numbers -#define VER "11.0" -#define VERNUM 11000 -#define VERNUM_HEX 0xA600 +#define VER "11.0b" +#define VERNUM 11002 +#define VERNUM_HEX 0xA602 #include #include "hyper_function.h"