diff options
author | Jani Välimaa <wally@mageia.org> | 2024-11-11 15:58:49 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-11-11 15:58:49 +0200 |
commit | 9227c0a311ca467a69c1b90e7c7acdcf6c4b75d7 (patch) | |
tree | b333a636e377663d4987bbdafe5b3f2ddece6672 | |
parent | 029c7edfcb1541a87db355184e969726c4d1ae3b (diff) | |
download | rpm-setup-9227c0a311ca467a69c1b90e7c7acdcf6c4b75d7.tar rpm-setup-9227c0a311ca467a69c1b90e7c7acdcf6c4b75d7.tar.gz rpm-setup-9227c0a311ca467a69c1b90e7c7acdcf6c4b75d7.tar.bz2 rpm-setup-9227c0a311ca467a69c1b90e7c7acdcf6c4b75d7.tar.xz rpm-setup-9227c0a311ca467a69c1b90e7c7acdcf6c4b75d7.zip |
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.81 - 11 November 2024, by Jani Välimaa - macros: add redhat-hardened-clang-ld.cfg (from Fedora) to pass -pie when linking with clang - macros: add %dist_vendor (Mageia) and %dist_name (Mageia Linux) macros diff --git a/configure.ac b/configure.ac index 8873c87..af40a5f 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.80],[https://bugs.mageia.org/]) +AC_INIT([rpm-mageia-setup],[2.81],[https://bugs.mageia.org/]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |