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 7b7f3aab..008ea018 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+Version 8.131 - 13 April 2023
+
- urpmi:
o Fix --auto-orphans vs new kernel naming
(having multuple "kernel" pkgs with different versions)
diff --git a/urpm.pm b/urpm.pm
index d54a4b6b..76302f26 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.130';
+our $VERSION = 'v8.131';
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 add3a869..b26769cc 100644
--- a/urpmi.pm
+++ b/urpmi.pm
@@ -4,6 +4,6 @@ use strict;
# Dummy package for CPAN testers
-our $VERSION = '8.130';
+our $VERSION = '8.131';
1;