diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-07-19 10:25:50 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-07-19 10:25:50 +0000 |
commit | c559c263e3a29dea87a39d2e579044f8f29f740e (patch) | |
tree | b13603eefd32af7b9da1017066dacb414606a4cc /rpmdrake.pm | |
parent | 318e6dc2726bd0a83ffe2e503d75899ca473ac5f (diff) | |
download | rpmdrake-c559c263e3a29dea87a39d2e579044f8f29f740e.tar rpmdrake-c559c263e3a29dea87a39d2e579044f8f29f740e.tar.gz rpmdrake-c559c263e3a29dea87a39d2e579044f8f29f740e.tar.bz2 rpmdrake-c559c263e3a29dea87a39d2e579044f8f29f740e.tar.xz rpmdrake-c559c263e3a29dea87a39d2e579044f8f29f740e.zip |
Add variable
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r-- | rpmdrake.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm index 240e041b..948842ac 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -39,6 +39,7 @@ use c; use curl_download; our @ISA = qw(Exporter); +our $VERSION = '2.16'; our @EXPORT = qw( $changelog_first_config $mandrakeupdate_wanted_categories |