diff options
author | Jani Välimaa <wally@mageia.org> | 2024-07-05 10:42:27 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-07-05 10:42:27 +0300 |
commit | 88af1b516c36715c25fdb31830eed9fb89394a55 (patch) | |
tree | bc6e911fdb7747989c0ae526bd9328482170644e | |
parent | 97fc485d316dc2a5527b8dc03bc93c64410a811d (diff) | |
download | rpm-setup-88af1b516c36715c25fdb31830eed9fb89394a55.tar rpm-setup-88af1b516c36715c25fdb31830eed9fb89394a55.tar.gz rpm-setup-88af1b516c36715c25fdb31830eed9fb89394a55.tar.bz2 rpm-setup-88af1b516c36715c25fdb31830eed9fb89394a55.tar.xz rpm-setup-88af1b516c36715c25fdb31830eed9fb89394a55.zip |
2.802.80
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.80 - 5 July 2024, by Jani Välimaa - macros: make %install override compatible with rpm 4.20.0 Version 2.79.1 - 21 April 2024, by Jani Välimaa diff --git a/configure.ac b/configure.ac index aa5032f..8873c87 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.79.1],[https://bugs.mageia.org/]) +AC_INIT([rpm-mageia-setup],[2.80],[https://bugs.mageia.org/]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |