aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-09 14:58:30 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-09 14:58:30 +0000
commit56c19b8782fdc08eae4ce2fa5487211424cdc329 (patch)
tree16a2fbb95443f97880e5e57b5d4d9dd5f33711d5
parent5681246da10811a2d866671e65ca5b13eb8e9e74 (diff)
downloadperl-URPM-56c19b8782fdc08eae4ce2fa5487211424cdc329.tar
perl-URPM-56c19b8782fdc08eae4ce2fa5487211424cdc329.tar.gz
perl-URPM-56c19b8782fdc08eae4ce2fa5487211424cdc329.tar.bz2
perl-URPM-56c19b8782fdc08eae4ce2fa5487211424cdc329.tar.xz
perl-URPM-56c19b8782fdc08eae4ce2fa5487211424cdc329.zip
1.701.70
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 90cae7c..a3f07a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 1.70 - 9 August 2007, by Pascal "Pixel" Rigaux
+
- compilation fixes on rpm < 4.4.8
Version 1.69 - 9 August 2007, by Pascal "Pixel" Rigaux
diff --git a/URPM.pm b/URPM.pm
index 4aec9f3..7d91682 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '1.69';
+our $VERSION = '1.70';
URPM->bootstrap($VERSION);