summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--urpm.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3bbbfbef..0416cd98 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
- library:
o fix _rpm_version() when rpm is translated
+ o use proper versionning (RT#127142)
- testsuite:
o make it work with rpm < 4.14.2 again
- cpan_testers: update deps
diff --git a/urpm.pm b/urpm.pm
index 7bd71d4a..dbd85ea4 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 = '8.114';
+our $VERSION = 'v8.114';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');