From: H.G.Muller Date: Sun, 18 Feb 2018 11:05:13 +0000 (+0100) Subject: Bump version number to 1.0.4 X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=6f53fa5e49e487733af7f9fa04861a6e71b29974;p=crazywa.git Bump version number to 1.0.4 This version is functionally equivalent to the one participating in the computer Crazyhouse championships in December 2016 and 2017, albeit with a less messy source code. --- diff --git a/dropper.c b/dropper.c index aade58a..5375ae3 100644 --- a/dropper.c +++ b/dropper.c @@ -1,4 +1,4 @@ -#define VERSION "0.0" +#define VERSION "1.0.4" /********************************************************************************************/ /* Simple XBoard-compatible engine for playing Chess variants with drops, by H.G. Muller. */