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 792173f..3fdf052 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 5.26 - 21 April 2020
+
- restore support for building on mga4 (broken in 5.24)
Version 5.25 - 8 April 2020
diff --git a/URPM.pm b/URPM.pm
index 4d5812e..45e90ae 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -14,7 +14,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = 'v5.25';
+our $VERSION = 'v5.26';
URPM->bootstrap($VERSION);