diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-11-02 18:17:46 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-11-04 07:43:09 +0100 |
commit | d747d442f6fae0e32ce0ac6f20689ecf1c49e160 (patch) | |
tree | aa9e87b18aac615186887b77930b156a899a6808 | |
parent | 85af17a035765ddf28d053a20cfdd3ef71b26901 (diff) | |
download | perl-URPM-3.51.tar perl-URPM-3.51.tar.gz perl-URPM-3.51.tar.bz2 perl-URPM-3.51.tar.xz perl-URPM-3.51.zip |
3.513.51
Conflicts:
URPM.pm
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | URPM.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 3.51 - 2 November 2014 + - fix compiling with rpm-4.11 Version 3.50 - 14 September 2014 @@ -11,7 +11,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '3.40.3'; +our $VERSION = '3.51'; URPM->bootstrap($VERSION); |