summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--urpm.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 36cc78e6..a6af2f46 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Version 5.4 - 5 February 2008, by Pascal "Pixel" Rigaux
+
+- bug fix release
- urpmi, urpme, urpmq, urpmf:
o fix --use-distrib
diff --git a/urpm.pm b/urpm.pm
index 8522fc96..66702b33 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '5.3';
+our $VERSION = '5.4';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = 'file_from_local_url';