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.61 - 7 September 2021, by Jani Välimaa - brp-mangle-shebang: fix handling of files without newlines (from Fedora) - build.macros: run /usr/lib/rpm/brp-remove-la-files after %install (available since RPM 4.17.0) - build.macros: run /usr/lib/rpm/check-rpaths after %install diff --git a/configure.ac b/configure.ac index a556181..1873d42 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.60, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.61, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |