diff --git a/ChangeLog b/ChangeLog index 638e85d2a4c36394c9746d7b32cf378e84b89c18..69758ff9c9a223f78f6f17a7a78f674b3b401935 100644 --- 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 diff --git a/configure b/configure index cc0efaf9e2ef7b7bb2e7e8e92d8cbb84a8ebf900..f1665b2d09d95195440378469d7a5c394694dcba 100755 --- 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; } diff --git a/configure.in b/configure.in index 8e663e91c34a47cd0814a2eb47090f1ef9f98c87..e134fa0b3fbacfbe461d448238262b2bd6faf335 100644 --- a/configure.in +++ b/configure.in @@ -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"