diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-23 10:32:21 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-23 10:32:21 +0000 |
commit | 7f092c50c1204ea4b7d39a90ebedf785aedfc2eb (patch) | |
tree | 3fa76970eedca46e62bea69c07465f8bd38392a4 /urpm.pm | |
parent | a4a7f26b7f53c3cac0c0ee75751fc97c2e2fb931 (diff) | |
download | urpmi-7f092c50c1204ea4b7d39a90ebedf785aedfc2eb.tar urpmi-7f092c50c1204ea4b7d39a90ebedf785aedfc2eb.tar.gz urpmi-7f092c50c1204ea4b7d39a90ebedf785aedfc2eb.tar.bz2 urpmi-7f092c50c1204ea4b7d39a90ebedf785aedfc2eb.tar.xz urpmi-7f092c50c1204ea4b7d39a90ebedf785aedfc2eb.zip |
4.8.5-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.8.4'; +our $VERSION = '4.8.5'; our @ISA = qw(URPM); use URPM; |