aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-08-05 16:57:44 +0000
committerFrancois Pons <fpons@mandriva.com>2002-08-05 16:57:44 +0000
commitbbd74ab99a912ccce2e13be10ded0ef71ec59305 (patch)
treeb8c01cf53530c22c91fc2a915a350217746f031b /URPM.pm
parent14b622549eb8340600db94b8ec4082b3c5ee272d (diff)
downloadperl-URPM-bbd74ab99a912ccce2e13be10ded0ef71ec59305.tar
perl-URPM-bbd74ab99a912ccce2e13be10ded0ef71ec59305.tar.gz
perl-URPM-bbd74ab99a912ccce2e13be10ded0ef71ec59305.tar.bz2
perl-URPM-bbd74ab99a912ccce2e13be10ded0ef71ec59305.tar.xz
perl-URPM-bbd74ab99a912ccce2e13be10ded0ef71ec59305.zip
0.60-1mdk0.60
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 c0cd681..2dda202 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -6,7 +6,7 @@ use vars qw($VERSION @ISA);
require DynaLoader;
@ISA = qw(DynaLoader);
-$VERSION = '0.50';
+$VERSION = '0.60';
bootstrap URPM $VERSION;