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