diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-27 16:24:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-27 16:24:24 +0000 |
commit | 395ea135f66993a63f065dbf19702c94820e06ca (patch) | |
tree | 90fb379beda0b3c7e847aa9deedb5a50981912f5 /URPM.pm | |
parent | 456ef3de580c076d824d183eba0c03e8a9d4e848 (diff) | |
download | perl-URPM-395ea135f66993a63f065dbf19702c94820e06ca.tar perl-URPM-395ea135f66993a63f065dbf19702c94820e06ca.tar.gz perl-URPM-395ea135f66993a63f065dbf19702c94820e06ca.tar.bz2 perl-URPM-395ea135f66993a63f065dbf19702c94820e06ca.tar.xz perl-URPM-395ea135f66993a63f065dbf19702c94820e06ca.zip |
2.042.04
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '2.03'; +our $VERSION = '2.04'; URPM->bootstrap($VERSION); |