aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--URPM.pm2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3e20d2e..39eb83a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Version 3.52 - 4 November 2014
+
+- rebased over mga2 instead of mga1 (3.40.3 instead of 3.40)
+ (we need ->doc_files() on mga2)
+
Version 3.51 - 2 November 2014
- fix compiling with rpm-4.11
diff --git a/URPM.pm b/URPM.pm
index ae1f60f..f7bb05f 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -11,7 +11,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '3.51';
+our $VERSION = '3.52';
URPM->bootstrap($VERSION);