summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--urpm.pm2
2 files changed, 2 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 405917e9..9adfbb2c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,7 @@
-Version 5.19.8 - 14 October 2008, by Thierry Vignaud
+Version 5.19.7 - 14 October 2008
- gurpmi
o add support for --clean
-
-Version 5.19.7 - 14 October 2008, by Pascal "Pixel" Rigaux
-
- urpmi.update:
o handle --nocheck:
it allows "mv /etc/urpmi/urpmi.cfg.{backup,} ; urpmi.update -a --nocheck"
diff --git a/urpm.pm b/urpm.pm
index a45e503e..b4b4e779 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '5.19.8';
+our $VERSION = '5.19.7';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');