Commit 6e285370 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

1.1 version and note added to README that this is the unstable branch

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@591 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Showing with 7 additions and 8 deletions
+7 -8
GNU nano - an enhanced clone of the Pico text editor. GNU nano - an enhanced clone of the Pico text editor.
Overview Overview
The nano project was started because of a few "problems" with the The nano project was started because of a few "problems" with the
...@@ -53,11 +53,10 @@ Mailing List and Bug Reports ...@@ -53,11 +53,10 @@ Mailing List and Bug Reports
Current Status Current Status
GNU nano has finally reached its first stable release (1.0). This is the 1.1 or unstable branch of nano. New features
The development tree will fork soon and it will be called 1.1.x, will be added and things will be changed around and basically
in the Linux kernel naming style. Many thanks to all of our stabiliity is not guaranteed. If this is not what you're
bug reporters and contributors of code to get nano where it is interested in, please use the latest 1.0.x release of nano.
today.
Chris Allegretta (chrisa@asty.org) Chris Allegretta (chrisa@asty.org)
......
...@@ -724,7 +724,7 @@ fi ...@@ -724,7 +724,7 @@ fi
PACKAGE=nano PACKAGE=nano
VERSION=1.0.1-cvs VERSION=1.1-cvs
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
......
# $Id$ # $Id$
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_INIT(nano.c) AC_INIT(nano.c)
AM_INIT_AUTOMAKE(nano, 1.0.1-cvs) AM_INIT_AUTOMAKE(nano, 1.1-cvs)
AM_CONFIG_HEADER(config.h:config.h.in) AM_CONFIG_HEADER(config.h:config.h.in)
ALL_LINGUAS="es de fr it id fi hu ca cs" ALL_LINGUAS="es de fr it id fi hu ca cs"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment