Back to CVS

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1617 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2004-01-09 23:26:54 +00:00
parent fa1497b38f
commit 606dfda47a
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
CVS code -
GNU nano 1.3.1 - 2004.01.09
- General:
- Minor overhaul and abstraction of the lowest level of mouse

View File

@ -19,7 +19,7 @@
#
# $Id$
AC_INIT([GNU nano], [1.3.1], [nano-devel@gnu.org], [nano])
AC_INIT([GNU nano], [1.3.1-cvs], [nano-devel@gnu.org], [nano])
AC_CONFIG_SRCDIR([src/nano.c])
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER([config.h:config.h.in])