From e743e18156eec5f5f3501dd7a3bac11d0bea17f0 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 17 Jun 2018 12:02:06 +0200 Subject: [PATCH] 10.4c --- changelog.txt | 5 +++++ hyper.h | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 0fd9e65a..1ab80076 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2489,3 +2489,8 @@ non-game: - uniformized the 'back' and 'help' options in menu (consistent hotkeys, consistent placement, added them where they were missing) - pushing a thumper through a stranded boat is no longer allowed - fixed a bug with pushing Thumpers through tentacles + +2018.06.14 16:39 +- fixed viewing the "past challenges" +- fixed a bug which sometimes caused current scores to be copied to past challenge leaderboards. + diff --git a/hyper.h b/hyper.h index 00ea3740..9aabd739 100644 --- a/hyper.h +++ b/hyper.h @@ -2,9 +2,9 @@ // It is quite chaotic. // version numbers -#define VER "10.4b" -#define VERNUM 10402 -#define VERNUM_HEX 0xA0B2 +#define VER "10.4c" +#define VERNUM 10403 +#define VERNUM_HEX 0xA0B3 namespace hr {