]> git.wh0rd.org Git - nano.git/commitdiff
1.1 version and note added to README that this is the unstable branch
authorChris Allegretta <chrisa@asty.org>
Sat, 7 Apr 2001 17:50:03 +0000 (17:50 +0000)
committerChris Allegretta <chrisa@asty.org>
Sat, 7 Apr 2001 17:50:03 +0000 (17:50 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@591 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

README
configure
configure.in

diff --git a/README b/README
index 2c8f61d97fde9cf7e636de2f5b320af5dc7457b7..18c6061ace46b78b4dae4d43b5b6114420a9a843 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 
        GNU nano - an enhanced clone of the Pico text editor.
-                                      
+
 Overview
 
      The nano project was started because of a few "problems" with the
@@ -53,11 +53,10 @@ Mailing List and Bug Reports
 
 Current Status
 
-       GNU nano has finally reached its first stable release (1.0).
-       The development tree will fork soon and it will be called 1.1.x,
-       in the Linux kernel naming style.  Many thanks to all of our
-       bug reporters and contributors of code to get nano where it is
-       today.
+       This is the 1.1 or unstable branch of nano.  New features
+       will be added and things will be changed around and basically
+       stabiliity is not guaranteed.  If this is not what you're
+       interested in, please use the latest 1.0.x release of nano.
 
    Chris Allegretta (chrisa@asty.org)
 
index b6a5e693d0a1fc48a57cb3a8fa786e921a6e86a4..910239fbfb415a9a335d474026b9965276fa029d 100755 (executable)
--- a/configure
+++ b/configure
@@ -724,7 +724,7 @@ fi
 
 PACKAGE=nano
 
-VERSION=1.0.1-cvs
+VERSION=1.1-cvs
 
 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; }
index ca84701ad014d09e9f1a03f6133861f4797a687e..70d32afe12632e7790235804a0b25a7816dde266 100644 (file)
@@ -1,7 +1,7 @@
 # $Id$
 dnl Process this file with autoconf to produce a configure script.
 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)
 ALL_LINGUAS="es de fr it id fi hu ca cs"