From 0db28259ad2e8334548c79b9a260d730ea453557 Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Fri, 12 Feb 2016 05:36:40 +0000 Subject: [PATCH] Back to SVN, and fix typo in NEWS git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5637 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f3f8d0cf..d735a735 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ 2016.02.12 - GNU nano 2.5.2 is carrying too many dogs. This release includes several fixes for various memory leaks, position history size growth, and a long standing issue with using - nano under sudo creading root-owned files. There are also + nano under sudo creating root-owned files. There are also the usual bevy of documentation and other miscellaneous fixes and touch ups. Upgrade today while supplies last, operators are standing by! diff --git a/configure.ac b/configure.ac index 4ee2640b..98c46201 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # # $Id$ -AC_INIT([GNU nano], [2.5.2], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [2.5.2-svn], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AC_CANONICAL_HOST AM_INIT_AUTOMAKE -- 2.39.5