diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-20 16:33:08 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-20 16:33:08 +0000 |
commit | 96113f957c69096fd61743acf29ef62ecfb975c4 (patch) | |
tree | 5a50fe16c6df41b80ab338f4f4e550f966718ac8 /urpm.pm | |
parent | 79279848a62e69d4b965750eccad5e455b20457c (diff) | |
download | urpmi-96113f957c69096fd61743acf29ef62ecfb975c4.tar urpmi-96113f957c69096fd61743acf29ef62ecfb975c4.tar.gz urpmi-96113f957c69096fd61743acf29ef62ecfb975c4.tar.bz2 urpmi-96113f957c69096fd61743acf29ef62ecfb975c4.tar.xz urpmi-96113f957c69096fd61743acf29ef62ecfb975c4.zip |
4.7.17-1mdk
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.7.16'; +our $VERSION = '4.7.17'; our @ISA = qw(URPM); use URPM; |