diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-01 15:36:37 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-01 15:36:37 +0000 |
commit | 3b51601c28d69afdfc1439acc71f22cedc040484 (patch) | |
tree | d72e7ebae58d604e21b2f2488ffacda6cb363449 /rpmdrake.pm | |
parent | eb3df7baf30b1c1bb23699925b7fc22f57ed6339 (diff) | |
download | rpmdrake-3b51601c28d69afdfc1439acc71f22cedc040484.tar rpmdrake-3b51601c28d69afdfc1439acc71f22cedc040484.tar.gz rpmdrake-3b51601c28d69afdfc1439acc71f22cedc040484.tar.bz2 rpmdrake-3b51601c28d69afdfc1439acc71f22cedc040484.tar.xz rpmdrake-3b51601c28d69afdfc1439acc71f22cedc040484.zip |
2.27
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 6a76d4fa..3872972a 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -41,7 +41,7 @@ use common; use curl_download; our @ISA = qw(Exporter); -our $VERSION = '2.26'; +our $VERSION = '2.27'; our @EXPORT = qw( $changelog_first_config $mandrakeupdate_wanted_categories |