diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-11-10 17:53:40 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-11-10 17:53:40 +0100 |
commit | 622f0f0b118d9a5b94f01a07f40191e7888b2c4a (patch) | |
tree | d893d46d5d5b9a470faa0bbb50929856a3c1e247 | |
parent | 8aceb9b6a318668d0795af52bf9ea9dbb33351d9 (diff) | |
download | perl-URPM-5.12.tar perl-URPM-5.12.tar.gz perl-URPM-5.12.tar.bz2 perl-URPM-5.12.tar.xz perl-URPM-5.12.zip |
5.125.12
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | URPM.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 5.12 - 10 November 2016 + - fix more compilation warnings - make sure to use int64 on 32bit arch else we may got total size to overflow (mga#19686) @@ -11,7 +11,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '5.11'; +our $VERSION = '5.12'; URPM->bootstrap($VERSION); |