diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-08-09 12:19:20 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-08-09 12:19:20 +0200 |
commit | 9351605401a39a81e0eae189aa87ac3bc47e5c6a (patch) | |
tree | 192e287ffbe3e1c4e07f74d1b5dfd89fc0228b74 | |
parent | 012555d0447903a74e00a0e5b94265dbdb1f532d (diff) | |
download | rpm-setup-9351605401a39a81e0eae189aa87ac3bc47e5c6a.tar rpm-setup-9351605401a39a81e0eae189aa87ac3bc47e5c6a.tar.gz rpm-setup-9351605401a39a81e0eae189aa87ac3bc47e5c6a.tar.bz2 rpm-setup-9351605401a39a81e0eae189aa87ac3bc47e5c6a.tar.xz rpm-setup-9351605401a39a81e0eae189aa87ac3bc47e5c6a.zip |
2.312.31
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.31 - 9 August 2018, by Thierry Vignaud + - emit perl-base requires for new 32bit perl path Version 2.30 - 9 August 2018, by Thierry Vignaud diff --git a/configure.ac b/configure.ac index 1becdd8..d144b17 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id: configure.ac 271266 2010-11-04 10:43:28Z fwang $ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.30, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.31, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |