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 b93971b..c5d884d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 5.25 - 8 April 2020
+
- add support for reinstall (needs rpm >= 4.12.x)
- workaround rpm-4.16 adding provides to SRPMs, thus fixing urpmi testuite
diff --git a/URPM.pm b/URPM.pm
index f98099a..4d5812e 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -14,7 +14,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = 'v5.24.1';
+our $VERSION = 'v5.25';
URPM->bootstrap($VERSION);