]> git.wh0rd.org Git - nano.git/commitdiff
Back to CVS version
authorChris Allegretta <chrisa@asty.org>
Sun, 13 May 2001 01:46:50 +0000 (01:46 +0000)
committerChris Allegretta <chrisa@asty.org>
Sun, 13 May 2001 01:46:50 +0000 (01:46 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@650 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
configure
configure.in

index 1cad9454af767ea5cf8328aeb9403696b4eceadb..c1185e785a8e0ee963abf660768f6b373a053b34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+CVS code - 
+
 nano 1.0.2 - 05/12/2001
 - General:
        - Moved config.h up in all .c files #include list (Albert Chin).
index 70702757589a6243bc1d7dc794c47c11abb44ed6..793a08f7f518bc107b42a8026d80649cb319c08b 100755 (executable)
--- a/configure
+++ b/configure
@@ -724,7 +724,7 @@ fi
 
 PACKAGE=nano
 
-VERSION=1.0.2
+VERSION=1.0.2-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 cbf2708bf2786edf9e54a761bafb9674a8b3d9ec..f67a0faec1d44502e89b9ddd92ba1fd2cccb8ae7 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, 1.0.2)
+AM_INIT_AUTOMAKE(nano, 1.0.2-cvs)
 AM_CONFIG_HEADER(config.h:config.h.in)
 ALL_LINGUAS="es de fr it id fi hu ca cs gl"