diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-08-07 14:44:12 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-08-07 14:44:12 +0000 |
commit | 8419fcf128dd8ee549550ab5f8f541779341553c (patch) | |
tree | 4005d51a84c3a602dd9c9671ecf0ae5f016a5d83 /URPM.pm | |
parent | c5d67c56857026ba5508bf4feed70f666fe7daaa (diff) | |
download | perl-URPM-8419fcf128dd8ee549550ab5f8f541779341553c.tar perl-URPM-8419fcf128dd8ee549550ab5f8f541779341553c.tar.gz perl-URPM-8419fcf128dd8ee549550ab5f8f541779341553c.tar.bz2 perl-URPM-8419fcf128dd8ee549550ab5f8f541779341553c.tar.xz perl-URPM-8419fcf128dd8ee549550ab5f8f541779341553c.zip |
Bump version, regen changelog1.45
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 = '1.44'; +our $VERSION = '1.45'; URPM->bootstrap($VERSION); |