aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-01-13 02:18:14 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-01-13 02:18:14 +0100
commit03996585be4cdb7088d0bc0b40913f1fc844de25 (patch)
tree76fefbaed7312b036343a1abe87f6900174d5b2d
parentfd8864e546bdbdb1b963df40c1959302c1c1e8d0 (diff)
downloadrpmtools-03996585be4cdb7088d0bc0b40913f1fc844de25.tar
rpmtools-03996585be4cdb7088d0bc0b40913f1fc844de25.tar.gz
rpmtools-03996585be4cdb7088d0bc0b40913f1fc844de25.tar.bz2
rpmtools-03996585be4cdb7088d0bc0b40913f1fc844de25.tar.xz
rpmtools-03996585be4cdb7088d0bc0b40913f1fc844de25.zip
7.117.11
-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 6c09dcd..69938ba 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,7 +3,7 @@
use strict;
use ExtUtils::MakeMaker;
-my $rpmtools_version = "7.10";
+my $rpmtools_version = "7.11";
# where to find the rpm utility
diff --git a/NEWS b/NEWS
index 87ebcc7..3e45abf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 7.11 - 13 January 2020, by Thierry Vignaud
+
- cpan_testers:
o do not force vendor dirs which break eg: CentOS/FreeBSD
diff --git a/rpmtools.pm b/rpmtools.pm
index cad501b..a5197e6 100644
--- a/rpmtools.pm
+++ b/rpmtools.pm
@@ -2,6 +2,6 @@ package rpmtools;
# Dummy package for CPAN testers
-our $VERSION = '7.10';
+our $VERSION = '7.11';
1;