diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2021-06-23 00:32:51 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2021-06-23 00:32:51 +0200 |
commit | e69c91af0e1d592f555ce48f617f098bab0fbb6f (patch) | |
tree | 1eeb8d50f00670c72bdc617371d844149db282e3 | |
parent | 7833a7cf321f9a8098976a6b4e43c806bffad661 (diff) | |
download | rpm-setup-2.60.tar rpm-setup-2.60.tar.gz rpm-setup-2.60.tar.bz2 rpm-setup-2.60.tar.xz rpm-setup-2.60.zip |
2.602.60
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.60 - 23 June 2021, by Thierry Vignaud - Drop __brp_python_hardlink for rpm-4.17beta1 Version 2.59 - 1 June 2021, by Thierry Vignaud diff --git a/configure.ac b/configure.ac index f087402..a556181 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.59, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.60, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |