From: David Lawrence Ramsey Date: Thu, 30 Mar 2006 06:37:00 +0000 (+0000) Subject: GNU nano 1.3.11, with the version number fixed X-Git-Tag: v1.3.11 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=fb7a6bde7b9a4733bcb81bd478e608d9887562c2;p=nano.git 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 --- diff --git a/configure.ac b/configure.ac index 2d9b1b0e..ef3a2842 100644 --- 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