diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-25 23:22:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-25 23:22:46 +0000 |
commit | f8def642e297a7e91f68a209cb718f257c3ca54f (patch) | |
tree | 37774a76e03a864bd9bcd4377fc12b1a0aa5783a | |
parent | 0cbc88034ec43186c292ac2800a71b2fc61f6fbb (diff) | |
download | perl-URPM-f8def642e297a7e91f68a209cb718f257c3ca54f.tar perl-URPM-f8def642e297a7e91f68a209cb718f257c3ca54f.tar.gz perl-URPM-f8def642e297a7e91f68a209cb718f257c3ca54f.tar.bz2 perl-URPM-f8def642e297a7e91f68a209cb718f257c3ca54f.tar.xz perl-URPM-f8def642e297a7e91f68a209cb718f257c3ca54f.zip |
3.103.10
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | URPM.pm | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Version 3.09 - 25 February 2008, by Pascal "Pixel" Rigaux +Version 3.10 - 26 February 2008, by Pascal "Pixel" Rigaux - add filesize to synthesis, add ->filesize to get it, and add selected_size_filesize() to compute the sum @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '3.09'; +our $VERSION = '3.10'; URPM->bootstrap($VERSION); |