diff options
author | Pascal Terjan <pterjan@gmail.com> | 2015-11-15 15:06:06 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2015-11-15 15:06:06 +0000 |
commit | 259026fe475487da468085184148c70c7da1ff16 (patch) | |
tree | 528339ff5c32fe3f23544b1657ac7ad1b5a3a7b6 | |
parent | 11c17ccb1a5b7f788bfca823fe9b0650f16aefc9 (diff) | |
download | rpm-setup-259026fe475487da468085184148c70c7da1ff16.tar rpm-setup-259026fe475487da468085184148c70c7da1ff16.tar.gz rpm-setup-259026fe475487da468085184148c70c7da1ff16.tar.bz2 rpm-setup-259026fe475487da468085184148c70c7da1ff16.tar.xz rpm-setup-259026fe475487da468085184148c70c7da1ff16.zip |
2.172.17
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.17 - 15 November 2015, by Pascal Terjan + - move rubygem build macros to the rubygems package Version 2.16 - 7 November 2015, by Neal Gompa diff --git a/configure.ac b/configure.ac index 1a90c5d..0af9b49 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.16, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.17, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |