nano

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

commit fb7a6bde7b9a4733bcb81bd478e608d9887562c2
parent 1856ec4425be9abdc59826ce514fe7c564fa3083
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 30 Mar 2006 06:37:00 +0000

GNU nano 1.3.11, with the version number fixed


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

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -19,7 +19,7 @@ # # $Id$ -AC_INIT([GNU nano], [1.3.10-cvs], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [1.3.11], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE