diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ -- rpmrc: remove -fcf-protection=full from i586 default flags (needs i686 and newer) +Version 2.74.1 - 23 February 2024, by Jani Välimaa +- rpmrc: remove -fcf-protection=full from i586 default flags (needs i686 or newer) Version 2.74 - 23 February 2024, by Jani Välimaa - rpmeval: fix build with gcc13 diff --git a/configure.ac b/configure.ac index c7be7e4..3008f5a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([rpm-mageia-setup],[2.74],[https://bugs.mageia.org/]) +AC_INIT([rpm-mageia-setup],[2.74.1],[https://bugs.mageia.org/]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |