aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-05-23 08:24:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-05-23 08:24:12 +0000
commit47cb6d56109c4034cc46f9df3273f8fef876c31b (patch)
tree0e7f9ef72ae465ab2f75cc145d05e160bf414969
parentffaa6d703115cc1fcb1f00e2fe2fc5632ca953bc (diff)
downloadperl-URPM-47cb6d56109c4034cc46f9df3273f8fef876c31b.tar
perl-URPM-47cb6d56109c4034cc46f9df3273f8fef876c31b.tar.gz
perl-URPM-47cb6d56109c4034cc46f9df3273f8fef876c31b.tar.bz2
perl-URPM-47cb6d56109c4034cc46f9df3273f8fef876c31b.tar.xz
perl-URPM-47cb6d56109c4034cc46f9df3273f8fef876c31b.zip
3.143.14
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bfd51e5..bc1a135 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 3.14 - 23 May 2008, by Pascal "Pixel" Rigaux
+
- add is_package_installed() in URPM/Resolve.pm
(to be used in urpmi 5.20)
diff --git a/URPM.pm b/URPM.pm
index d452695..99af3d0 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '3.13';
+our $VERSION = '3.14';
URPM->bootstrap($VERSION);