aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-09 15:25:02 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-09 15:25:02 +0000
commit6c951fd022ad613a9eddddedb63a8184fe367165 (patch)
tree9df2bf887822e8627c0415362ad9b26b208fd863
parent13ddeea79ae17e076cc7643976bf26a0383fc72b (diff)
downloadperl-URPM-6c951fd022ad613a9eddddedb63a8184fe367165.tar
perl-URPM-6c951fd022ad613a9eddddedb63a8184fe367165.tar.gz
perl-URPM-6c951fd022ad613a9eddddedb63a8184fe367165.tar.bz2
perl-URPM-6c951fd022ad613a9eddddedb63a8184fe367165.tar.xz
perl-URPM-6c951fd022ad613a9eddddedb63a8184fe367165.zip
1.711.71
-rw-r--r--NEWS4
-rw-r--r--URPM.pm2
2 files changed, 2 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 4100087..b956a00 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,4 @@
-- compilation fixes on rpm < 4.4.8
-
-Version 1.70 - 9 August 2007, by Pascal "Pixel" Rigaux
+Version 1.71 - 9 August 2007, by Pascal "Pixel" Rigaux
- compilation fixes on rpm < 4.4.8
diff --git a/URPM.pm b/URPM.pm
index 7d91682..c1118d4 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '1.70';
+our $VERSION = '1.71';
URPM->bootstrap($VERSION);