Bump version number to 1.0.4
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 18 Feb 2018 11:05:13 +0000 (12:05 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 18 Feb 2018 11:05:13 +0000 (12:05 +0100)
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.

dropper.c

index aade58a..5375ae3 100644 (file)
--- 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.   */