aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-11-02 18:17:46 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-11-02 18:17:46 +0100
commitfc2af86d735f9af5784c44be21b9e6e2cae987ad (patch)
treec79e2b0021c5b66cf0997ec6d6ed20da205f231c
parentb1a158b29efd1a84027517b2faff5884a7db2d17 (diff)
downloadperl-URPM-topic/infra2.tar
perl-URPM-topic/infra2.tar.gz
perl-URPM-topic/infra2.tar.bz2
perl-URPM-topic/infra2.tar.xz
perl-URPM-topic/infra2.zip
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9fe8f70..b17b686 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 3.51 - 2 November 2014
+
- fix compiling with rpm-4.11
Version 3.50 - 14 September 2014
diff --git a/URPM.pm b/URPM.pm
index ca26fd2..6595eb6 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -11,7 +11,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '3.50';
+our $VERSION = '3.51';
URPM->bootstrap($VERSION);