aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-03 15:21:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-03 15:21:58 +0000
commit0f8206e87e541ffeeaa6d78c372bbd6a17267696 (patch)
tree08f3a0525d9e0cce37ea1af1e281ef73b1095b2d /URPM.pm
parent9adadcd034562f8f5f9aef59460ba3ce55240307 (diff)
downloadperl-URPM-0f8206e87e541ffeeaa6d78c372bbd6a17267696.tar
perl-URPM-0f8206e87e541ffeeaa6d78c372bbd6a17267696.tar.gz
perl-URPM-0f8206e87e541ffeeaa6d78c372bbd6a17267696.tar.bz2
perl-URPM-0f8206e87e541ffeeaa6d78c372bbd6a17267696.tar.xz
perl-URPM-0f8206e87e541ffeeaa6d78c372bbd6a17267696.zip
1.80, bugfix release1.80
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.pm b/URPM.pm
index 381622f..09e4651 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '1.79';
+our $VERSION = '1.80';
URPM->bootstrap($VERSION);