aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-10-03 04:14:17 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2018-10-03 16:50:40 +0200
commit6355db9565018f0ae5edc1511fcd40c9cbda2fdb (patch)
treeb8854cc7051f4354f53adf55077e220b46dbd85a
parent9b6e2b36fee180b712f46e7c13635658abe1f5a2 (diff)
downloadrpmtools-6355db9565018f0ae5edc1511fcd40c9cbda2fdb.tar
rpmtools-6355db9565018f0ae5edc1511fcd40c9cbda2fdb.tar.gz
rpmtools-6355db9565018f0ae5edc1511fcd40c9cbda2fdb.tar.bz2
rpmtools-6355db9565018f0ae5edc1511fcd40c9cbda2fdb.tar.xz
rpmtools-6355db9565018f0ae5edc1511fcd40c9cbda2fdb.zip
7.107.10
-rwxr-xr-xMakefile.PL2
-rw-r--r--NEWS2
-rw-r--r--rpmtools.pm2
3 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 0c7d07a..104caf1 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,7 +3,7 @@
use strict;
use ExtUtils::MakeMaker;
-my $rpmtools_version = "7.06";
+my $rpmtools_version = "7.10";
# where to find the rpm utility
diff --git a/NEWS b/NEWS
index 7a5fbb3..8adbc13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 7.10 - 3 October 2018, by Thierry Vignaud
+
- cpan_testers:
o add dummy package so that rpmtools can be installed for urpmi testers
o need List::Util >= 1.33 for "any"
diff --git a/rpmtools.pm b/rpmtools.pm
index 080085c..cad501b 100644
--- a/rpmtools.pm
+++ b/rpmtools.pm
@@ -2,6 +2,6 @@ package rpmtools;
# Dummy package for CPAN testers
-our $VERSION = '7.06';
+our $VERSION = '7.10';
1;