diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-11-26 14:29:38 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-11-26 14:29:38 +0000 |
commit | e32b95d1d22a1b2c785671783a51491cdd674daf (patch) | |
tree | 7251c56980380b6b03d71be24a52d09b60e97e04 /urpm.pm | |
parent | b0ef17e95e13366db53c9725bd9c0c8a5a866c4b (diff) | |
download | urpmi-e32b95d1d22a1b2c785671783a51491cdd674daf.tar urpmi-e32b95d1d22a1b2c785671783a51491cdd674daf.tar.gz urpmi-e32b95d1d22a1b2c785671783a51491cdd674daf.tar.bz2 urpmi-e32b95d1d22a1b2c785671783a51491cdd674daf.tar.xz urpmi-e32b95d1d22a1b2c785671783a51491cdd674daf.zip |
4.6.3-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.2'; +our $VERSION = '4.6.3'; our @ISA = qw(URPM); use URPM; |