]> git.wh0rd.org Git - nano.git/commitdiff
Back to CVS version
authorChris Allegretta <chrisa@asty.org>
Wed, 31 Jan 2001 23:24:54 +0000 (23:24 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 31 Jan 2001 23:24:54 +0000 (23:24 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@514 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
configure
configure.in

index 5290c472cd79809b9d75b3dfd8f2e0ab68351cad..3b23c89d36e8f9b7d844b7eafa3cb42a01120e3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+CVS code -
+
 nano-0.9.99pre2 - 01/31/2001
 General
        - Removed center_x and center_y globals.  center_y was
index 2cff05d8e0983fc5454365e19ae387173e399266..33e895d053f051fb390dba2a3df401ec0e54fb1d 100755 (executable)
--- a/configure
+++ b/configure
@@ -722,7 +722,7 @@ fi
 
 PACKAGE=nano
 
-VERSION=0.9.99pre2
+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; }
index 194f2deae0f122516ae0e7d92c84571c73f84cd6..1314b775996c33a263b402897ae9997693ef6aea 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.99pre2)
+AM_INIT_AUTOMAKE(nano, 0.9.99-cvs)
 AM_CONFIG_HEADER(config.h:config.h.in)
 ALL_LINGUAS="es de fr it id fi"