diff options
author | Jani Välimaa <wally@mageia.org> | 2023-01-15 14:19:22 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2023-01-15 14:19:22 +0200 |
commit | 32a40f4407de40d7925ede9e1c7544bf56473477 (patch) | |
tree | 0f8b10b935e5882f3771d269d7657eca59b36b47 | |
parent | faa53ec884b02c65603d2e5870ee7eddcecdeca6 (diff) | |
download | rpm-setup-32a40f4407de40d7925ede9e1c7544bf56473477.tar rpm-setup-32a40f4407de40d7925ede9e1c7544bf56473477.tar.gz rpm-setup-32a40f4407de40d7925ede9e1c7544bf56473477.tar.bz2 rpm-setup-32a40f4407de40d7925ede9e1c7544bf56473477.tar.xz rpm-setup-32a40f4407de40d7925ede9e1c7544bf56473477.zip |
2.712.71distro/mga9
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.71 - 15 January 2023, by Jani Välimaa - brp-mangle-shebangs: also mangle shebangs of JavaScript executables (rhbz#1998924) - macros: drop unused %_sys_macros_dir and %build_sysmacrospath() diff --git a/configure.ac b/configure.ac index f69ccb2..88a85d1 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.70],[https://bugs.mageia.org/]) +AC_INIT([rpm-mageia-setup],[2.71],[https://bugs.mageia.org/]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |