aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-02-25 23:22:46 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-02-25 23:22:46 +0000
commitf8def642e297a7e91f68a209cb718f257c3ca54f (patch)
tree37774a76e03a864bd9bcd4377fc12b1a0aa5783a
parent0cbc88034ec43186c292ac2800a71b2fc61f6fbb (diff)
downloadperl-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--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 62f91c4..196e4d3 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/URPM.pm b/URPM.pm
index 51aad44..cb0afde 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -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);