From 53599bc5b944611758e3afa6a1ac20f7a26c301f Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Fri, 10 Oct 2014 12:30:35 +0200 Subject: [PATCH] Alter version number to 2.0.2 --- configure | 8 ++++---- configure.ac | 2 +- main.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure index e3b7cf4..99357b8 100755 --- a/configure +++ b/configure @@ -574,9 +574,9 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='polyglot' PACKAGE_TARNAME='polyglot' -PACKAGE_VERSION='1.4.67b' -PACKAGE_STRING='polyglot 1.4.67b' -PACKAGE_BUGREPORT='michel.vandenbergh@uhasselt.be' +PACKAGE_VERSION='2.02' +PACKAGE_STRING='polyglot 2.02' +PACKAGE_BUGREPORT='bug-xboard@gnu.org' ac_unique_file="mainloop.c" # Factoring default headers for most tests. @@ -2061,7 +2061,7 @@ fi # Define the identity of the package. PACKAGE='polyglot' - VERSION='1.4.67b' + VERSION='2.0.2' cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index 2d61a3e..623b78d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([polyglot], [1.4.67b], [michel.vandenbergh@uhasselt.be]) +AC_INIT([polyglot], [2.0.2], [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 d814152..8b46e49 100644 --- a/main.c +++ b/main.c @@ -39,7 +39,7 @@ // constants -static const char * const Version = "2.0.1"; +static const char * const Version = "2.0.2"; static const char * const HelpMessage = "\ SYNTAX\n\ * polyglot [configfile] [-noini] [-ec engine] [-ed enginedirectory] [-en enginename] [-log true/false] [-lf logfile] [-pg =]* [-uci =]*\n\ -- 1.7.0.4