From: Yann Dirson Date: Wed, 18 Dec 2013 20:34:08 +0000 (+0100) Subject: Prepare v1.4.1rc1. X-Git-Url: http://winboard.nl/cgi-bin?p=gnushogi.git;a=commitdiff_plain;h=df8b3b99b4c2a647681879c097746ad162107759 Prepare v1.4.1rc1. --- diff --git a/NEWS b/NEWS index ffdc61b..9a65203 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,9 @@ Changes in version 1.4.1 (unpublished): * Initial support for the MiniShogi variant, for now as a separate executable built using "./configure --enable-minishogi". -* Support for building with the curses UI. +* Support for building without the curses UI. +* Preliminary win32 support: can be built on cygwin with gcc3, in the + win32 directory. * Build system enhancements. * Bug fixes. diff --git a/configure.ac b/configure.ac index 576d1cd..600521f 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([gnushogi],[1.4.1-rc0+],[https://savannah.gnu.org/bugs/?group=gnushogi]) +AC_INIT([gnushogi],[1.4.1-rc1],[https://savannah.gnu.org/bugs/?group=gnushogi]) AC_CONFIG_SRCDIR([gnushogi/gnushogi.h]) AC_CONFIG_HEADER(config.h)