diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-08 16:35:43 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-08 16:35:43 +0000 |
commit | 08367c5391794c34d53a903fc3de9fe36917bf3f (patch) | |
tree | def8b0b7ba91596d2cf214ad58da976fcd1c1b4e /rpmdrake.pm | |
parent | d519bd321b79e4fc3a5e86210b94efe54dddb30c (diff) | |
download | rpmdrake-08367c5391794c34d53a903fc3de9fe36917bf3f.tar rpmdrake-08367c5391794c34d53a903fc3de9fe36917bf3f.tar.gz rpmdrake-08367c5391794c34d53a903fc3de9fe36917bf3f.tar.bz2 rpmdrake-08367c5391794c34d53a903fc3de9fe36917bf3f.tar.xz rpmdrake-08367c5391794c34d53a903fc3de9fe36917bf3f.zip |
2.24-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 e83a3181..15e32700 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -41,7 +41,7 @@ use common; use curl_download; our @ISA = qw(Exporter); -our $VERSION = '2.23'; +our $VERSION = '2.24'; our @EXPORT = qw( $changelog_first_config $mandrakeupdate_wanted_categories |