nano

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

commit 95114c1bc414bd3b91b9c21c3d499184c8d64440
parent 133f7b16ead600ade325765c0297a5a0b895a8f6
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 23 Oct 2003 01:09:43 +0000

Back to CVS


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1577 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.3.0 - 2003.10.22 - General: - Complete overhaul and abstraction of the lowest level of diff --git a/configure.ac b/configure.ac @@ -19,7 +19,7 @@ # # $Id$ -AC_INIT([GNU nano], [1.3.0], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [1.3.0-cvs], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER([config.h:config.h.in])