diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-04-20 15:35:22 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-04-20 15:35:22 +0000 |
commit | 4516534debef0c56bcd95f39d564a68760b34e36 (patch) | |
tree | 5243ff1537944ea0314dec28fc0f063efe1228f5 /urpm.pm | |
parent | 9a6980807657b74b160234cbb527bd0142eaa26f (diff) | |
download | urpmi-4516534debef0c56bcd95f39d564a68760b34e36.tar urpmi-4516534debef0c56bcd95f39d564a68760b34e36.tar.gz urpmi-4516534debef0c56bcd95f39d564a68760b34e36.tar.bz2 urpmi-4516534debef0c56bcd95f39d564a68760b34e36.tar.xz urpmi-4516534debef0c56bcd95f39d564a68760b34e36.zip |
4.8.19v4_8_19
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.8.18'; +our $VERSION = '4.8.19'; our @ISA = qw(URPM); use URPM; |