1
1
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1706 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
David Lawrence Ramsey 2004-03-31 18:53:07 +00:00
родитель f70f0cf6bd
Коммит befb25a4e6
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,5 @@
CVS code -
GNU nano 1.3.2 - 2004.03.31 GNU nano 1.3.2 - 2004.03.31
- General: - General:
- Change instances in the code that refresh the entire edit - Change instances in the code that refresh the entire edit

Просмотреть файл

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