diff --git a/ChangeLog b/ChangeLog index 667723a7fa360b356591e3a5dc9d3f95e3331da9..b563ad8bf0f1c148d5a3262932754639da8634e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +CVS code - + nano 0.9.20 - 11/18/2000 - General - Ran source through indent -kr again. Make everything pretty. diff --git a/configure b/configure index cb4cab9c96699b8ddf67f187b08de85f0df1974d..467b751cad634cd8e090fdfafc3f4b115b5ade9d 100755 --- a/configure +++ b/configure @@ -710,7 +710,7 @@ fi PACKAGE=nano -VERSION=0.9.20 +VERSION=0.9.20-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 c8a4858deffbeac9ca90048c2c280b2e7f5612fd..cb232f5fbaf7822b42f9c29011a0ac8d7960cd28 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.20) +AM_INIT_AUTOMAKE(nano, 0.9.20-cvs) AM_CONFIG_HEADER(config.h:config.h.in) ALL_LINGUAS="es de fr it id fi"