diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-02-26 19:17:13 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-02-26 19:17:13 +0100 |
commit | 398f2c1317745e2a94c0a46fc2eb223f483b039c (patch) | |
tree | 83e7226800bc5c6e7a22df925246f59a5ec994a4 /URPM.pm | |
parent | b0cd1853933d8c68610c9e173721525c6a17e8ce (diff) | |
download | perl-URPM-398f2c1317745e2a94c0a46fc2eb223f483b039c.tar perl-URPM-398f2c1317745e2a94c0a46fc2eb223f483b039c.tar.gz perl-URPM-398f2c1317745e2a94c0a46fc2eb223f483b039c.tar.bz2 perl-URPM-398f2c1317745e2a94c0a46fc2eb223f483b039c.tar.xz perl-URPM-398f2c1317745e2a94c0a46fc2eb223f483b039c.zip |
5.045.04
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '5.03'; +our $VERSION = '5.04'; URPM->bootstrap($VERSION); |