diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,4 @@ +Version 2.56 - 1 June 2020, by Jani Välimaa - build.macros: add _configure_gnuconfig_hack macro based on one from Fedora to update config.{guess,sub} Version 2.55 - 21 May 2020, by Jani Välimaa diff --git a/configure.ac b/configure.ac index 32ab9f5..0adaf3d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,8 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. - AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.55, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.56, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |