diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-07-20 05:46:47 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-07-20 05:46:47 +0000 |
commit | c61b23e8456f72c3be5f8db891bf114ecb5345a9 (patch) | |
tree | 2490131f9319985c3ed7d83101113bcacb2394fc /rpmdrake.pm | |
parent | 9c76d99237694f208b70a5d4f235703d31da8907 (diff) | |
download | rpmdrake-c61b23e8456f72c3be5f8db891bf114ecb5345a9.tar rpmdrake-c61b23e8456f72c3be5f8db891bf114ecb5345a9.tar.gz rpmdrake-c61b23e8456f72c3be5f8db891bf114ecb5345a9.tar.bz2 rpmdrake-c61b23e8456f72c3be5f8db891bf114ecb5345a9.tar.xz rpmdrake-c61b23e8456f72c3be5f8db891bf114ecb5345a9.zip |
2.17-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 948842ac..530f607f 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -39,7 +39,7 @@ use c; use curl_download; our @ISA = qw(Exporter); -our $VERSION = '2.16'; +our $VERSION = '2.17'; our @EXPORT = qw( $changelog_first_config $mandrakeupdate_wanted_categories |