summaryrefslogtreecommitdiffstats
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 f5a784fc..e9433262 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 5.10 - 11 March 2008, by Pascal "Pixel" Rigaux
+Version 5.11 - 11 March 2008, by Pascal "Pixel" Rigaux
- gurpmi:
o fix breakage introduced with priority upgrades support (#38738) (tvignaud)
diff --git a/urpm.pm b/urpm.pm
index ea776f8d..b5042a92 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '5.10';
+our $VERSION = '5.11';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');