From e8d98dbad20864f1311ca82c6f20a4eb95b8dad5 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Fri, 7 Oct 2011 17:17:27 +0200 Subject: [PATCH] Bump version number to 4.8R Also update changelog. --- changelog | 9 +++++++++ fairymax.c | 2 +- 2 files changed, 10 insertions(+), 1 deletions(-) diff --git a/changelog b/changelog index 38c9793..976ab9e 100644 --- a/changelog +++ b/changelog @@ -92,3 +92,12 @@ type gating moves in search. Seirawan Chess is added as new variant, pluss several new combinations of Chess with different armies +7/10/2011 Version 4.8R, keeping better track of which pieces are virgin in a + setup position, and have a better distinction between use of the '4' + move-rights code between an initial double-step jump without e.p. + rights (as could so far only be used for Pawns, as the Spartan + Hoplite), and castlings. As a result even royal pieces can now get + an initial double-step other than castling, which has been used to + implement Cambodian Chess as a sub-variant of Makruk (selected + through a new option). Falcon Chess was added as a new variant. + diff --git a/fairymax.c b/fairymax.c index dea62b1..e43bd46 100644 --- a/fairymax.c +++ b/fairymax.c @@ -18,7 +18,7 @@ /*****************************************************************/ #define MULTIPATH -#define VERSION "4.8Q" +#define VERSION "4.8R" #include #include -- 1.7.0.4