* configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.

This commit is contained in:
Pavel Roskin 2002-12-26 22:04:31 +00:00
parent 14e39c1f24
commit 56c5c053d0
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2002-12-26 Pavel Roskin <proski@gnu.org>
* configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
* configure.in: Fix non-portable operator. Bump version to
4.6.0-pre2.

View File

@ -6,7 +6,7 @@ AC_INIT([GNU Midnight Commander], [], [mc-devel@gnome.org])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(src/main.c)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(mc, 4.6.0-pre2)
AM_INIT_AUTOMAKE(mc, 4.6.0-pre2a)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE