From: H.G.Muller Date: Wed, 22 Oct 2014 18:17:56 +0000 (+0200) Subject: Bump version number X-Git-Url: http://winboard.nl/cgi-bin?p=fairymax.git;a=commitdiff_plain;h=b12e1192005c781f64ed9c25c9825d20384d2468 Bump version number --- 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