diff options
author | Jani Välimaa <wally@mageia.org> | 2023-01-07 13:23:35 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2023-01-07 13:23:35 +0200 |
commit | 28ccfb23e5ef6edf639cd0a48439f41fcc189aee (patch) | |
tree | 9746123b8f8e77ee64f2712d82892b021068c385 | |
parent | bbe8c36a26e5cfa5474f9bbff328a11666e58fa3 (diff) | |
download | rpm-setup-28ccfb23e5ef6edf639cd0a48439f41fcc189aee.tar rpm-setup-28ccfb23e5ef6edf639cd0a48439f41fcc189aee.tar.gz rpm-setup-28ccfb23e5ef6edf639cd0a48439f41fcc189aee.tar.bz2 rpm-setup-28ccfb23e5ef6edf639cd0a48439f41fcc189aee.tar.xz rpm-setup-28ccfb23e5ef6edf639cd0a48439f41fcc189aee.zip |
2.702.70
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.70 - 7 January 2023, by Jani Välimaa - macros: drop separate macros.build and combine it with macros Version 2.69 - 7 January 2023, by Jani Välimaa diff --git a/configure.ac b/configure.ac index bc723ec..f69ccb2 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.69],[https://bugs.mageia.org/]) +AC_INIT([rpm-mageia-setup],[2.70],[https://bugs.mageia.org/]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |