]> git.wh0rd.org Git - nano.git/commitdiff
Back to CVS version
authorChris Allegretta <chrisa@asty.org>
Sun, 3 Dec 2000 03:45:35 +0000 (03:45 +0000)
committerChris Allegretta <chrisa@asty.org>
Sun, 3 Dec 2000 03:45:35 +0000 (03:45 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@377 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
configure
configure.in

index 638e85d2a4c36394c9746d7b32cf378e84b89c18..69758ff9c9a223f78f6f17a7a78f674b3b401935 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+CVS code -
 nano 0.9.22 - 12/02/2000
 - General
        - Username tab completion code, and cleaned up existing tabcomp
index cc0efaf9e2ef7b7bb2e7e8e92d8cbb84a8ebf900..f1665b2d09d95195440378469d7a5c394694dcba 100755 (executable)
--- a/configure
+++ b/configure
@@ -718,7 +718,7 @@ fi
 
 PACKAGE=nano
 
-VERSION=0.9.22
+VERSION=0.9.22-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 8e663e91c34a47cd0814a2eb47090f1ef9f98c87..e134fa0b3fbacfbe461d448238262b2bd6faf335 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, 0.9.22)
+AM_INIT_AUTOMAKE(nano, 0.9.22-cvs)
 AM_CONFIG_HEADER(config.h:config.h.in)
 ALL_LINGUAS="es de fr it id fi"