diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.37 - 21 October 2018, by Jani Välimaa + - strip binaries and libraries in __os_install_post if __debug_package isn't defined - add __brp_strip, __brp_strip_comment_note, __brp_strip_static_archive and __brp_strip_shared diff --git a/configure.ac b/configure.ac index f0be648..341ed2f 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.36, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.37, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |