diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-07-29 12:13:54 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-07-29 12:13:54 +0000 |
commit | 88b52454ebb27b03c7dd4c557ea5673bd44b7021 (patch) | |
tree | eb0e6f1030413226df578bc5e231cde608e65087 /rpmdrake.pm | |
parent | 68a3a0cdbde66767ab43082fecc3ea6f5c848c87 (diff) | |
download | rpmdrake-88b52454ebb27b03c7dd4c557ea5673bd44b7021.tar rpmdrake-88b52454ebb27b03c7dd4c557ea5673bd44b7021.tar.gz rpmdrake-88b52454ebb27b03c7dd4c557ea5673bd44b7021.tar.bz2 rpmdrake-88b52454ebb27b03c7dd4c557ea5673bd44b7021.tar.xz rpmdrake-88b52454ebb27b03c7dd4c557ea5673bd44b7021.zip |
2.19-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 fa9d2f57..e134b110 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -41,7 +41,7 @@ use common; use curl_download; our @ISA = qw(Exporter); -our $VERSION = '2.18'; +our $VERSION = '2.19'; our @EXPORT = qw( $changelog_first_config $mandrakeupdate_wanted_categories |