diff options
author | Thomas Backlund <tmb@mageia.org> | 2021-02-17 12:04:53 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2021-02-17 12:04:53 +0200 |
commit | 0b357ed7a781d13928df8fb14ed4717805be1ad8 (patch) | |
tree | 495813f38375724d6afe362932d215d811f76cb4 /urpmi.pm | |
parent | 1b016c2a3e343fe0cff9ad1e622fd1d6638011ec (diff) | |
download | urpmi-0b357ed7a781d13928df8fb14ed4717805be1ad8.tar urpmi-0b357ed7a781d13928df8fb14ed4717805be1ad8.tar.gz urpmi-0b357ed7a781d13928df8fb14ed4717805be1ad8.tar.bz2 urpmi-0b357ed7a781d13928df8fb14ed4717805be1ad8.tar.xz urpmi-0b357ed7a781d13928df8fb14ed4717805be1ad8.zip |
8.1258.125
Diffstat (limited to 'urpmi.pm')
-rw-r--r-- | urpmi.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,6 @@ use strict; # Dummy package for CPAN testers -our $VERSION = '8.124'; +our $VERSION = '8.125'; 1; |