aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;