diff options
author | Jani Välimaa <wally@mageia.org> | 2022-06-19 16:49:05 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2022-06-19 16:49:05 +0300 |
commit | 689b85e0b601ca89ab62e87013b901489745df46 (patch) | |
tree | ab884e66ba8422beb98401295199861419c65adc | |
parent | 9407cf4ef240978eb4d4927169bb54523c088b7f (diff) | |
download | rpm-setup-689b85e0b601ca89ab62e87013b901489745df46.tar rpm-setup-689b85e0b601ca89ab62e87013b901489745df46.tar.gz rpm-setup-689b85e0b601ca89ab62e87013b901489745df46.tar.bz2 rpm-setup-689b85e0b601ca89ab62e87013b901489745df46.tar.xz rpm-setup-689b85e0b601ca89ab62e87013b901489745df46.zip |
2.662.66
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.66 - 19 June 2022, by Jani Välimaa - build.macros: use -Wl,--build-id=sha1 with %build_ldflags Version 2.65 - 10 April 2022, by Jani Välimaa diff --git a/configure.ac b/configure.ac index e04d87d..8d91a3f 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.65],[https://bugs.mageia.org/]) +AC_INIT([rpm-mageia-setup],[2.66],[https://bugs.mageia.org/]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |