diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.57 - 23 June 2020, by Thierry Vignaud - %rename: o don't obsolete what is provided (mga#26801) o take a 2nd arg to set the VR to obsolete diff --git a/configure.ac b/configure.ac index 0adaf3d..b3e5f34 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.56, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.57, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |