diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-06-28 19:19:46 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-06-28 19:19:46 +0200 |
commit | 718bfef0680da06fdf8167dcc020ac8e20449696 (patch) | |
tree | 9fa909a2b4a550fecf34be6ea9a1cddd64b9fe52 | |
parent | d20cfc04cd48f0a99f23a22278d4721b3c4aae7e (diff) | |
download | rpm-setup-718bfef0680da06fdf8167dcc020ac8e20449696.tar rpm-setup-718bfef0680da06fdf8167dcc020ac8e20449696.tar.gz rpm-setup-718bfef0680da06fdf8167dcc020ac8e20449696.tar.bz2 rpm-setup-718bfef0680da06fdf8167dcc020ac8e20449696.tar.xz rpm-setup-718bfef0680da06fdf8167dcc020ac8e20449696.zip |
2.102.10
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.10 - 28 June 2015, by Thierry Vignaud + - stop emitting perlapi-<version> provides now that nothing requires it diff --git a/configure.ac b/configure.ac index 0cd45cb..da8bbb2 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.9, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.10, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |