diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-11-08 08:36:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-11-08 08:36:41 +0000 |
commit | f50c58eae62ed4ba55760bf8348574f4b4a9decf (patch) | |
tree | e9af830a1a3634b1011e83fd1db86e60fa0d870a /URPM.pm | |
parent | 8f071b594335cb35793318849d32ff477493a886 (diff) | |
download | perl-URPM-f50c58eae62ed4ba55760bf8348574f4b4a9decf.tar perl-URPM-f50c58eae62ed4ba55760bf8348574f4b4a9decf.tar.gz perl-URPM-f50c58eae62ed4ba55760bf8348574f4b4a9decf.tar.bz2 perl-URPM-f50c58eae62ed4ba55760bf8348574f4b4a9decf.tar.xz perl-URPM-f50c58eae62ed4ba55760bf8348574f4b4a9decf.zip |
2.092.09
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.08'; +our $VERSION = '2.09'; URPM->bootstrap($VERSION); |