diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-31 13:41:39 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-31 13:41:39 +0000 |
commit | ab78277ef2d535b3d917c5781fb04af3d12ce877 (patch) | |
tree | e9f3e254138074c9fecb66967629f2783aec2a97 /rpmdrake.pm | |
parent | 6ca64738592a06758ffe20f9d3690696bf546023 (diff) | |
download | rpmdrake-ab78277ef2d535b3d917c5781fb04af3d12ce877.tar rpmdrake-ab78277ef2d535b3d917c5781fb04af3d12ce877.tar.gz rpmdrake-ab78277ef2d535b3d917c5781fb04af3d12ce877.tar.bz2 rpmdrake-ab78277ef2d535b3d917c5781fb04af3d12ce877.tar.xz rpmdrake-ab78277ef2d535b3d917c5781fb04af3d12ce877.zip |
2.21-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 a1a5cbc7..05e7aee1 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -40,7 +40,7 @@ use common; use curl_download; our @ISA = qw(Exporter); -our $VERSION = '2.20'; +our $VERSION = '2.21'; our @EXPORT = qw( $changelog_first_config $mandrakeupdate_wanted_categories |