summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL4
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.pm2
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 412ee7dd..a060924b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -193,7 +193,7 @@ WriteMakefile(
},
'urpmi' => {
file => 'urpmi.pm',
- version => 'v8.128',
+ version => 'v8.128.1',
},
},
resources => {
@@ -203,7 +203,7 @@ WriteMakefile(
web => 'https://gitweb.mageia.org/software/rpm/urpmi/',
},
},
- release_status => 'stable',
+ release_status => 'testing',
} ) : ()
),
MIN_PERL_VERSION => '5.010000',
diff --git a/urpm.pm b/urpm.pm
index c3380c9a..516968c0 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.128';
+our $VERSION = 'v8.128.1';
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 e107cdc6..516d4fae 100644
--- a/urpmi.pm
+++ b/urpmi.pm
@@ -4,6 +4,6 @@ use strict;
# Dummy package for CPAN testers
-our $VERSION = '8.128';
+our $VERSION = '8.128.1';
1;