nano

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

commit d5092294cdf22927754108f9390b9f9e98348f1d
parent 665b1fbac6f1c1b32cab4b954ecb78e021b27c85
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 30 Jun 2005 17:17:41 +0000

Back to CVS


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2805 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.8 - 2005.06.30 - General: - Miscellaneous comment fixes. (DLR) diff --git a/configure.ac b/configure.ac @@ -19,7 +19,7 @@ # # $Id$ -AC_INIT([GNU nano], [1.3.8], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [1.3.8-cvs], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE