This commit is contained in:
Zeno Rogue 2018-07-07 11:15:57 +02:00
parent 98ea11de86
commit 837ce1d58a
2 changed files with 8 additions and 3 deletions

View File

@ -2537,3 +2537,8 @@ non-game:
- fixed Prairie
- Orb of Empathy + Orb of Water no longer works on enemies too
- fixed Strange Challenge leaderboard display
2018.07.07 11:06 Update 10.4k
- fixed shards collectable in the old Land of Mirrors
- fixed the animation in (small) field quotient geometry
- fixed the "-geo" and "-qpar2" command line options

View File

@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4j"
#define VERNUM 10410
#define VERNUM_HEX 0xA0BA
#define VER "10.4k"
#define VERNUM 10411
#define VERNUM_HEX 0xA0BB
#include <stdarg.h>