diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-28 13:29:40 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-28 13:29:40 +0000 |
commit | 491426fc1d536c3f9048393991004f3c22a1de3d (patch) | |
tree | 3275c257d99f49606c516082fa09ef9de0cb7f98 /URPM.pm | |
parent | db9832322d92e764c7d9ebc9f9f0040cceb6f60f (diff) | |
download | perl-URPM-3.11.tar perl-URPM-3.11.tar.gz perl-URPM-3.11.tar.bz2 perl-URPM-3.11.tar.xz perl-URPM-3.11.zip |
3.113.11
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 = '3.10'; +our $VERSION = '3.11'; URPM->bootstrap($VERSION); |