diff options
author | Jani Välimaa <wally@mageia.org> | 2023-11-22 20:35:27 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2023-11-22 20:35:27 +0200 |
commit | 9e8070f0c7594da003839d865658b83c200704ff (patch) | |
tree | c49194211365cd8056697b55cbc462b0f69b6bcd | |
parent | f7d11a5ec75c18489c1b50b2e05c383e211d5a64 (diff) | |
download | rpm-setup-9e8070f0c7594da003839d865658b83c200704ff.tar rpm-setup-9e8070f0c7594da003839d865658b83c200704ff.tar.gz rpm-setup-9e8070f0c7594da003839d865658b83c200704ff.tar.bz2 rpm-setup-9e8070f0c7594da003839d865658b83c200704ff.tar.xz rpm-setup-9e8070f0c7594da003839d865658b83c200704ff.zip |
2.732.73
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.73 - 22 November 2023, by Jani Välimaa - macros: include RUSTFLAGS in %set_build_flags - macros: set -g when building Vala applications - macros: make _FORTIFY_SOURCE flags configurable via %_fortify_level variable diff --git a/configure.ac b/configure.ac index b183364..7fb6de2 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.72],[https://bugs.mageia.org/]) +AC_INIT([rpm-mageia-setup],[2.73],[https://bugs.mageia.org/]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |