diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ -- backport %build_*, %__global_* and and %set_build_flags macros from cauldron +Version 2.39.2 - 2 January 2020, by Jani Välimaa +- backport %build_*, %__global_* and %set_build_flags macros from cauldron Version 2.39.1 - 16 October 2019, by Pascal Terjan diff --git a/configure.ac b/configure.ac index 39efea2..8def3bc 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.39.1, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.39.2, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |