summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile.PL2
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index a7b58bec..c8e64304 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -194,7 +194,7 @@ WriteMakefile(
},
'urpmi' => {
file => 'urpmi.pm',
- version => 'v8.122',
+ version => 'v8.123',
},
},
resources => {
diff --git a/urpm.pm b/urpm.pm
index a0f01202..2ed0dc22 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.122';
+our $VERSION = 'v8.123';
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 ff44302b..e687eef0 100644
--- a/urpmi.pm
+++ b/urpmi.pm
@@ -2,6 +2,6 @@ package urpmi;
# Dummy package for CPAN testers
-our $VERSION = '8.122';
+our $VERSION = '8.123';
1;