diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-16 17:17:04 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-16 17:17:04 +0000 |
commit | 7372eccb1d8d1cda2665b2b87f9227578e4e3de6 (patch) | |
tree | bb065c08ff1d954c0554f868163f8ebc408a3388 /rpmdrake.pm | |
parent | 8e99dbac8683a8dc110adc305902fb186d2a6412 (diff) | |
download | rpmdrake-7372eccb1d8d1cda2665b2b87f9227578e4e3de6.tar rpmdrake-7372eccb1d8d1cda2665b2b87f9227578e4e3de6.tar.gz rpmdrake-7372eccb1d8d1cda2665b2b87f9227578e4e3de6.tar.bz2 rpmdrake-7372eccb1d8d1cda2665b2b87f9227578e4e3de6.tar.xz rpmdrake-7372eccb1d8d1cda2665b2b87f9227578e4e3de6.zip |
2.22-1mdk
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r-- | rpmdrake.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm index 05e7aee1..3ad7d73d 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -40,7 +40,7 @@ use common; use curl_download; our @ISA = qw(Exporter); -our $VERSION = '2.21'; +our $VERSION = '2.22'; our @EXPORT = qw( $changelog_first_config $mandrakeupdate_wanted_categories |