From b12e1192005c781f64ed9c25c9825d20384d2468 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Wed, 22 Oct 2014 20:17:56 +0200 Subject: [PATCH] Bump version number --- changelog | 3 +++ fairymax.c | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/changelog b/changelog index 2e6a07b..889a2a1 100644 --- a/changelog +++ b/changelog @@ -161,3 +161,6 @@ * suppress emission of a spurious (garbled) setup command at startup * Fix positioning of Pawns in ASEAN Chess in setup command +22/10/2014 Version 4.8V. Bugfix release for 4.8U: + * Fixes null move, which was broken by the bare King patch, as that + always set material (R) to 4, not just when bare King was detected. diff --git a/fairymax.c b/fairymax.c index bfe1f2a..80a210d 100644 --- a/fairymax.c +++ b/fairymax.c @@ -18,7 +18,7 @@ /*****************************************************************/ #define MULTIPATH -#define VERSION "4.8U" +#define VERSION "4.8V" #include #include -- 1.7.0.4