From dc007e1364c2beb3023e8ec4535b67b1dece028f Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Sat, 14 Jan 2012 14:05:12 +0100 Subject: [PATCH] Bump version number to 1.6 Also update changelog in README file. --- README.txt | 6 ++++++ UCI2WB.c | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/README.txt b/README.txt index 06b8772..e3ca509 100644 --- a/README.txt +++ b/README.txt @@ -34,6 +34,12 @@ H.G.Muller Change log: +14/1/2011 v1.6 +Replaced all polling by blocking synchronization (through pipes). +Implemented ping (using isready/readyok) +Made sending of debug info to GUI subject to option feature / command-line argument. +Fixed myname feature to handle names containing spaces. + 14/10/2010 Port v1.5 to Linux diff --git a/UCI2WB.c b/UCI2WB.c index bb6527d..10f4dd6 100644 --- a/UCI2WB.c +++ b/UCI2WB.c @@ -1,6 +1,6 @@ /************************* UCI2WB by H.G.Muller ****************************/ -#define VERSION "1.5" +#define VERSION "1.6" #include #include -- 1.7.0.4