mirror of https://github.com/MidnightCommander/mc
* configure.ac: Bump version to 4.6.1a
This commit is contained in:
parent
521be0ef82
commit
be067bb92e
|
@ -1,3 +1,7 @@
|
|||
2004-12-03 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* configure.ac: Bump version to 4.6.1a
|
||||
|
||||
2004-11-17 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* acinclude.m4: Fix compiling mc with system slang on FreeBSD.
|
||||
|
|
|
@ -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.1-pre1a)
|
||||
AM_INIT_AUTOMAKE(mc, 4.6.1a)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_MAINTAINER_MODE
|
||||
|
|
Loading…
Reference in New Issue