diff options
author | Jani Välimaa <wally@mageia.org> | 2024-02-29 21:17:22 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-02-29 21:17:22 +0200 |
commit | aa82485400f95e8a64acaff9374a31d53dfe5e12 (patch) | |
tree | e58aa1d52e1f8fcb3416a82f96c83473ff01c26c | |
parent | 88173afe674f0da36c1b63601ce106881728bf55 (diff) | |
download | rpm-setup-aa82485400f95e8a64acaff9374a31d53dfe5e12.tar rpm-setup-aa82485400f95e8a64acaff9374a31d53dfe5e12.tar.gz rpm-setup-aa82485400f95e8a64acaff9374a31d53dfe5e12.tar.bz2 rpm-setup-aa82485400f95e8a64acaff9374a31d53dfe5e12.tar.xz rpm-setup-aa82485400f95e8a64acaff9374a31d53dfe5e12.zip |
2.74.22.74.2
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.74.2 - 29 February 2024, by Jani Välimaa - rpmrc: remove -fstack-clash-protection from armv7 default flags Version 2.74.1 - 23 February 2024, by Jani Välimaa diff --git a/configure.ac b/configure.ac index 3008f5a..5a591c0 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.1],[https://bugs.mageia.org/]) +AC_INIT([rpm-mageia-setup],[2.74.2],[https://bugs.mageia.org/]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |