diff options
author | Jani Välimaa <wally@mageia.org> | 2020-06-01 22:37:34 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2020-06-01 22:37:34 +0300 |
commit | b6d9e04421444c4274c663faba0efe86ddc67ac8 (patch) | |
tree | 5d9fe73e1fdf2e581e641980d58c754f6b1f3327 | |
parent | 72a16ce47ff5ac058d48dc1f6f30aadc36010607 (diff) | |
download | rpm-setup-b6d9e04421444c4274c663faba0efe86ddc67ac8.tar rpm-setup-b6d9e04421444c4274c663faba0efe86ddc67ac8.tar.gz rpm-setup-b6d9e04421444c4274c663faba0efe86ddc67ac8.tar.bz2 rpm-setup-b6d9e04421444c4274c663faba0efe86ddc67ac8.tar.xz rpm-setup-b6d9e04421444c4274c663faba0efe86ddc67ac8.zip |
2.562.56
-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 |