diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-13 17:45:35 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-13 17:45:35 +0000 |
commit | 57fadcb4542517a892695c3df9120aec201e593e (patch) | |
tree | 99eecfcfaf35ebed3b91e8f9a07523067fd2227d /urpm.pm | |
parent | b880c656da248e052fc0f9a21b26834828be3560 (diff) | |
download | urpmi-57fadcb4542517a892695c3df9120aec201e593e.tar urpmi-57fadcb4542517a892695c3df9120aec201e593e.tar.gz urpmi-57fadcb4542517a892695c3df9120aec201e593e.tar.bz2 urpmi-57fadcb4542517a892695c3df9120aec201e593e.tar.xz urpmi-57fadcb4542517a892695c3df9120aec201e593e.zip |
4.6.8-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.7'; +our $VERSION = '4.6.8'; our @ISA = qw(URPM); use URPM; |