aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 71b2ff3..3fea9ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 3.13 - 20 May 2008, by Pascal "Pixel" Rigaux
+
- do not ignore dropped provide from updated package (mdvbz#40842)
Version 3.12 - 7 March 2008, by Pascal "Pixel" Rigaux
diff --git a/URPM.pm b/URPM.pm
index 3d4d50f..d452695 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '3.12';
+our $VERSION = '3.13';
URPM->bootstrap($VERSION);