diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-31 14:18:20 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-31 14:18:20 +0000 |
commit | 5798c87274cb202a1d4f1784f5a73c715a3e7742 (patch) | |
tree | 3dca7ab8e054fac13747e662406ba2c096efe975 /urpm.pm | |
parent | 5cc1a3301cda7f1d16004bf202ce43bd08538b85 (diff) | |
download | urpmi-5798c87274cb202a1d4f1784f5a73c715a3e7742.tar urpmi-5798c87274cb202a1d4f1784f5a73c715a3e7742.tar.gz urpmi-5798c87274cb202a1d4f1784f5a73c715a3e7742.tar.bz2 urpmi-5798c87274cb202a1d4f1784f5a73c715a3e7742.tar.xz urpmi-5798c87274cb202a1d4f1784f5a73c715a3e7742.zip |
4.6.14-1mdk
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.6.13'; +our $VERSION = '4.6.14'; our @ISA = qw(URPM); use URPM; |