diff options
author | Jani Välimaa <wally@mageia.org> | 2024-03-31 22:40:38 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-03-31 22:40:38 +0300 |
commit | 35040edb3f14b6236a50f1888239eee65a54b457 (patch) | |
tree | 6271e0b5552a6fe7d8ef831d8db9af901d451981 | |
parent | 0ef05e356b243eaf0b42a8b6561357cad26d2950 (diff) | |
download | rpm-setup-35040edb3f14b6236a50f1888239eee65a54b457.tar rpm-setup-35040edb3f14b6236a50f1888239eee65a54b457.tar.gz rpm-setup-35040edb3f14b6236a50f1888239eee65a54b457.tar.bz2 rpm-setup-35040edb3f14b6236a50f1888239eee65a54b457.tar.xz rpm-setup-35040edb3f14b6236a50f1888239eee65a54b457.zip |
2.76.12.76.1
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.76.1 - 31 March 2024, by Jani Välimaa - rpmrc: don't use -fstack-clash-protection on aarch64 with the clang toolchain Version 2.76 - 30 March 2024, by Jani Välimaa diff --git a/configure.ac b/configure.ac index 4a52961..8fb222b 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.76],[https://bugs.mageia.org/]) +AC_INIT([rpm-mageia-setup],[2.76.1],[https://bugs.mageia.org/]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |