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 8c85ac89..04820ab9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 5.19.4 - 6 October 2008, by Pascal "Pixel" Rigaux
+Version 5.19.5 - 6 October 2008, by Pascal "Pixel" Rigaux
- gurpmi:
o just do not ask for confirmation before removing packages in
diff --git a/urpm.pm b/urpm.pm
index 92f1d0fe..23f958da 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '5.19.4';
+our $VERSION = '5.19.5';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');