diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-07-07 21:53:26 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-07-07 21:53:26 +0000 |
commit | 724f619c39ab45497b7a8cdaf568c37c34926a16 (patch) | |
tree | 29c11f79b4342a059de0ec335354599632ed393e /URPM.pm | |
parent | 078e57da51845413408d1a0a69fc68777bad8232 (diff) | |
download | perl-URPM-724f619c39ab45497b7a8cdaf568c37c34926a16.tar perl-URPM-724f619c39ab45497b7a8cdaf568c37c34926a16.tar.gz perl-URPM-724f619c39ab45497b7a8cdaf568c37c34926a16.tar.bz2 perl-URPM-724f619c39ab45497b7a8cdaf568c37c34926a16.tar.xz perl-URPM-724f619c39ab45497b7a8cdaf568c37c34926a16.zip |
3.183.18
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.17'; +our $VERSION = '3.18'; URPM->bootstrap($VERSION); |