diff --git a/ChangeLog b/ChangeLog index 7e2d8ff52b1190d0bd8822615f0f03b41887ea9d..cec69d028cd6fcc451138e814c54ec52d02bd43d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +CVS code - + nano-0.9.99pre3 - 02/19/2001 - General GNU compliance issues: diff --git a/configure b/configure index 371a171ee51ad31e44595546633f39bad0aa8bc0..d7469769bd47712d552c0bd3cde90af85e66a7e2 100755 --- a/configure +++ b/configure @@ -722,7 +722,7 @@ fi PACKAGE=nano -VERSION=0.9.99pre3 +VERSION=0.9.99-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 fac6802864a3c580c558231f0867a35aedb0c03b..cf840c01e7db4ed1520ddcec94b9edc9d6ab3166 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.99pre3) +AM_INIT_AUTOMAKE(nano, 0.9.99-cvs) AM_CONFIG_HEADER(config.h:config.h.in) ALL_LINGUAS="es de fr it id fi hu ca"