diff options
author | Jani Välimaa <wally@mageia.org> | 2023-11-18 10:00:46 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2023-11-18 10:00:46 +0200 |
commit | 2e4a0ce8ef7fb61b896835752e6da3d49a97a48a (patch) | |
tree | af83b882c9a19496bfc41a61c161d1f84004d775 | |
parent | c701d871d980d59a11dd229de8e784efa3e6279f (diff) | |
download | rpm-setup-2e4a0ce8ef7fb61b896835752e6da3d49a97a48a.tar rpm-setup-2e4a0ce8ef7fb61b896835752e6da3d49a97a48a.tar.gz rpm-setup-2e4a0ce8ef7fb61b896835752e6da3d49a97a48a.tar.bz2 rpm-setup-2e4a0ce8ef7fb61b896835752e6da3d49a97a48a.tar.xz rpm-setup-2e4a0ce8ef7fb61b896835752e6da3d49a97a48a.zip |
2.722.72
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.72 - 18 November 2023, by Jani Välimaa - macros: define _use_weak_usergroup_deps to only add user() and group() requires as recommends Version 2.71 - 15 January 2023, by Jani Välimaa diff --git a/configure.ac b/configure.ac index 88a85d1..b183364 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.71],[https://bugs.mageia.org/]) +AC_INIT([rpm-mageia-setup],[2.72],[https://bugs.mageia.org/]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |