summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-10-06 16:08:52 +0000
committerThierry Vignaud <tv@mandriva.org>2008-10-06 16:08:52 +0000
commit813f6d1687b0951c4fede6584ba6f13f74e906c0 (patch)
treeabc40589c81f4d358a0c6f25f6b9c18271a27119
parent5584100d2224c23ea36ed5f0143d602aaa9fc786 (diff)
downloadurpmi-813f6d1687b0951c4fede6584ba6f13f74e906c0.tar
urpmi-813f6d1687b0951c4fede6584ba6f13f74e906c0.tar.gz
urpmi-813f6d1687b0951c4fede6584ba6f13f74e906c0.tar.bz2
urpmi-813f6d1687b0951c4fede6584ba6f13f74e906c0.tar.xz
urpmi-813f6d1687b0951c4fede6584ba6f13f74e906c0.zip
5.19.5
-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');