diff options
author | Jani Välimaa <wally@mageia.org> | 2024-03-24 07:12:49 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-03-24 07:12:49 +0200 |
commit | 16d740d1b94a74b750d00fc907c16cda279e51c8 (patch) | |
tree | 6b4dfe1cd553b0d7eff9184177dd81e601689398 | |
parent | 781fe30e10dc538373153163c708d88bc62258cc (diff) | |
download | rpm-setup-16d740d1b94a74b750d00fc907c16cda279e51c8.tar rpm-setup-16d740d1b94a74b750d00fc907c16cda279e51c8.tar.gz rpm-setup-16d740d1b94a74b750d00fc907c16cda279e51c8.tar.bz2 rpm-setup-16d740d1b94a74b750d00fc907c16cda279e51c8.tar.xz rpm-setup-16d740d1b94a74b750d00fc907c16cda279e51c8.zip |
2.752.75
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.75 - 23 March 2024, by Jani Välimaa - Makefile: fix brp-mangle-shebangs install - rpmrc: use -mtune=generic-armv7-a with armv7hl - rpmrc: set aapcs-linux ARM ABI for armv7 arches diff --git a/configure.ac b/configure.ac index 5a591c0..b7c697c 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.2],[https://bugs.mageia.org/]) +AC_INIT([rpm-mageia-setup],[2.75],[https://bugs.mageia.org/]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |