aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-27 16:24:24 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-27 16:24:24 +0000
commit395ea135f66993a63f065dbf19702c94820e06ca (patch)
tree90fb379beda0b3c7e847aa9deedb5a50981912f5
parent456ef3de580c076d824d183eba0c03e8a9d4e848 (diff)
downloadperl-URPM-395ea135f66993a63f065dbf19702c94820e06ca.tar
perl-URPM-395ea135f66993a63f065dbf19702c94820e06ca.tar.gz
perl-URPM-395ea135f66993a63f065dbf19702c94820e06ca.tar.bz2
perl-URPM-395ea135f66993a63f065dbf19702c94820e06ca.tar.xz
perl-URPM-395ea135f66993a63f065dbf19702c94820e06ca.zip
2.042.04
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c136498..9e1feb7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 2.04 - 27 September 2007, by Pascal "Pixel" Rigaux
+
- handle promotion via obsolete, not only provides
Version 2.03 - 20 September 2007, by Pascal "Pixel" Rigaux
diff --git a/URPM.pm b/URPM.pm
index 11629f9..d4d1a8e 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '2.03';
+our $VERSION = '2.04';
URPM->bootstrap($VERSION);