diff options
author | Jani Välimaa <wally@mageia.org> | 2025-01-26 13:29:07 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2025-01-26 13:29:07 +0200 |
commit | 30d157e7ff3cca6ffd454712ea9fa88deaff74a2 (patch) | |
tree | b5d875778c773562466610448aef068f31831f6a | |
parent | b0806e938b8e9a33783f972c89439d44e679be3e (diff) | |
download | rpm-setup-30d157e7ff3cca6ffd454712ea9fa88deaff74a2.tar rpm-setup-30d157e7ff3cca6ffd454712ea9fa88deaff74a2.tar.gz rpm-setup-30d157e7ff3cca6ffd454712ea9fa88deaff74a2.tar.bz2 rpm-setup-30d157e7ff3cca6ffd454712ea9fa88deaff74a2.tar.xz rpm-setup-30d157e7ff3cca6ffd454712ea9fa88deaff74a2.zip |
2.57.12.57.1distro/mga8
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.57.1 - 26 Jan 2025, by Jani Välimaa - macros.gnome: really add to dist - add macros.gnome to introduce %url_ver and %tarball_version macros diff --git a/configure.ac b/configure.ac index b3e5f34..83aeca8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.57, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.57.1, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |