summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes2
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.pm2
3 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index 101bdf79..8798ae80 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+Version 8.134 - 24 Jan 2026
+
- testsuite:
o list some missing spec files in MANIFEST
o Fix building test pkgs with rpm-4.20
diff --git a/urpm.pm b/urpm.pm
index 95bb9558..5d8e9531 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -14,7 +14,7 @@ use urpm::md5sum;
# perl_checker: require urpm::media
# perl_checker: require urpm::parallel
-our $VERSION = 'v8.133';
+our $VERSION = 'v8.134';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');
diff --git a/urpmi.pm b/urpmi.pm
index bd9a6e13..b4f71f11 100644
--- a/urpmi.pm
+++ b/urpmi.pm
@@ -4,6 +4,6 @@ use strict;
# Dummy package for CPAN testers
-our $VERSION = '8.133';
+our $VERSION = '8.134';
1;