diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-11-05 04:16:25 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2019-05-01 03:23:40 +0200 |
commit | 666d7568ceb6d347c487b624c279dc966910eec3 (patch) | |
tree | babca3a40d6281b9f5556cc7e498c2daab58e857 /urpm.pm | |
parent | 958bdb5700d2be4cdb46e02be145eb09ece44882 (diff) | |
download | urpmi-666d7568ceb6d347c487b624c279dc966910eec3.tar urpmi-666d7568ceb6d347c487b624c279dc966910eec3.tar.gz urpmi-666d7568ceb6d347c487b624c279dc966910eec3.tar.bz2 urpmi-666d7568ceb6d347c487b624c279dc966910eec3.tar.xz urpmi-666d7568ceb6d347c487b624c279dc966910eec3.zip |
use proper version (RT#127142)
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'); |