diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-04-28 08:14:57 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-04-28 08:14:57 +0000 |
commit | a27f7a8ebff4044e37610be54601dae16fc92e4a (patch) | |
tree | dbe5d4a65d8b338e86a6dbf2996a6cdd83d3eff0 /urpm.pm | |
parent | 0853cb49f949f57f0eddcfe9a3a16f70ed52b04e (diff) | |
download | urpmi-a27f7a8ebff4044e37610be54601dae16fc92e4a.tar urpmi-a27f7a8ebff4044e37610be54601dae16fc92e4a.tar.gz urpmi-a27f7a8ebff4044e37610be54601dae16fc92e4a.tar.bz2 urpmi-a27f7a8ebff4044e37610be54601dae16fc92e4a.tar.xz urpmi-a27f7a8ebff4044e37610be54601dae16fc92e4a.zip |
4.7.1-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.7.0'; +our $VERSION = '4.7.1'; our @ISA = qw(URPM); use URPM; |