nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit ffe575f509935b96d8e2b9960478cfa48542b250
parent aa4593124db8b2f3c73a43cbc7e9094311544ee8
Author: Chris Allegretta <chrisa@asty.org>
Date:   Sun, 20 Apr 2003 16:25:46 +0000

Back to CVS


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1494 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 2++
Mconfigure.ac | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,5 @@ +CVS code - + GNU nano 1.2.1 - 2003.04.19 - General: - Translation updates (see po/ChangeLog for details). diff --git a/configure.ac b/configure.ac @@ -19,7 +19,7 @@ # # $Id$ -AC_INIT([GNU Nano], [1.2.1], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU Nano], [1.2.1-cvs], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([nano.c]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER([config.h:config.h.in])