From 6885a1523cfd75a5e4db8ef167cc02de6ac28dda Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 20 Jun 2006 16:12:22 +0000
Subject: [PATCH] fix erroneous version number

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3672 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 doc/texinfo/nano.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi
index 67ab889e..56f1e902 100644
--- a/doc/texinfo/nano.texi
+++ b/doc/texinfo/nano.texi
@@ -9,7 +9,7 @@
 @smallbook
 @set EDITION 0.1
 @set VERSION 1.3.12
-@set UPDATED 07 Jun 2006
+@set UPDATED 20 Jun 2006
 
 @dircategory Editors
 @direntry
@@ -23,7 +23,7 @@
 @titlepage
 @title GNU @code{nano}
 @subtitle a small and friendly text editor.
-@subtitle version 1.3.10
+@subtitle version 1.3.12
 
 @author Chris Allegretta
 @page
-- 
GitLab