aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);