diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-07-26 23:35:26 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-07-26 23:35:26 +0200 |
commit | 18458568d8708203ae0499ad79b9456efd6a9ced (patch) | |
tree | e81ee76d3d526bfdfaa837119f886d6defa3d0ad | |
parent | e6db76472579a2535e888d6995c7f8bf1b184a09 (diff) | |
download | rpm-setup-18458568d8708203ae0499ad79b9456efd6a9ced.tar rpm-setup-18458568d8708203ae0499ad79b9456efd6a9ced.tar.gz rpm-setup-18458568d8708203ae0499ad79b9456efd6a9ced.tar.bz2 rpm-setup-18458568d8708203ae0499ad79b9456efd6a9ced.tar.xz rpm-setup-18458568d8708203ae0499ad79b9456efd6a9ced.zip |
2.212.21
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.21 - 26 July 2017, by Thierry Vignaud + - support split debugsources in our macros Version 2.20 - 4 May 2016, by Neal Gompa diff --git a/configure.ac b/configure.ac index 3def7ca..0d2a0ce 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id: configure.ac 271266 2010-11-04 10:43:28Z fwang $ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.20, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.21, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |