Alter version number to 2.0.4 learn
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 15 Nov 2016 09:44:53 +0000 (10:44 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 15 Nov 2016 09:44:53 +0000 (10:44 +0100)
ChangeLog
configure.ac
main.c

index 61ae418..d14f83c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+=========2.0.4==================
+- Fix move choice using learn info (when BookLearn is on).
+- Use new XBoard mate-score convention by default.
+- Support UCI_PlayByNodes option / CECP nps command, and simulate this option using 'go nodes' when the engine does not support it.
 =========2.0.3==================
 - Bugfix, removing a debug printf which would forward all engine output to the GUI as comment. (Which would cause problems if the line contained "not found".)
 =========2.0.2==================
index cab78a1..810b6aa 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([polyglot], [2.0.3], [bug-xboard@gnu.org])
+AC_INIT([polyglot], [2.0.4], [bug-xboard@gnu.org])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([mainloop.c])
 AC_CONFIG_HEADER([config.h])
diff --git a/main.c b/main.c
index 5133cf3..19720ff 100644 (file)
--- a/main.c
+++ b/main.c
@@ -39,7 +39,7 @@
 // constants
 
 
-static const char * const Version = "2.0.3";
+static const char * const Version = "2.0.4";
 static const char * const HelpMessage = "\
 SYNTAX\n\
 * polyglot [configfile] [-noini] [-ec engine] [-ed enginedirectory] [-en enginename] [-log true/false] [-lf logfile] [-pg <name>=<value>]* [-uci <name>=<value>]*\n\