summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-11 16:30:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-11 16:30:49 +0000
commit12eb101d85191fda6654d4ed804f01df78fa6e52 (patch)
tree1ddd6fe9ae67836eab131401b46fa0f1d75ed393
parenta33c8bbda5e05614eaeccea328a740a08add86a7 (diff)
downloadurpmi-12eb101d85191fda6654d4ed804f01df78fa6e52.tar
urpmi-12eb101d85191fda6654d4ed804f01df78fa6e52.tar.gz
urpmi-12eb101d85191fda6654d4ed804f01df78fa6e52.tar.bz2
urpmi-12eb101d85191fda6654d4ed804f01df78fa6e52.tar.xz
urpmi-12eb101d85191fda6654d4ed804f01df78fa6e52.zip
4.10.0
-rw-r--r--NEWS3
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8494160e..9fcf62d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
-Version 4.9.31 - 11 August 2007, by Pascal "Pixel" Rigaux
+Version 4.10.0 - 11 August 2007, by Pascal "Pixel" Rigaux
+- new major release (motivation: urpmi has many new features)
- urpmi
o new option --replacepkgs (same as rpm --replacepkgs) (#16112)
(need perl-URPM 1.73)
diff --git a/urpm.pm b/urpm.pm
index 9c798315..e6f22da3 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '4.9.31';
+our $VERSION = '4.10.0';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = 'file_from_local_url';