Prepare v1.4.1rc1.
authorYann Dirson <ydirson@free.fr>
Wed, 18 Dec 2013 20:34:08 +0000 (21:34 +0100)
committerYann Dirson <ydirson@free.fr>
Wed, 18 Dec 2013 20:34:08 +0000 (21:34 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ffdc61b..9a65203 100644 (file)
--- 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.
 
index 576d1cd..600521f 100644 (file)
@@ -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)