diff options
-rw-r--r-- | MDK/Common.pm.pl | 2 | ||||
-rw-r--r-- | perl-MDK-Common.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl index 328ace6..9c06b66 100644 --- a/MDK/Common.pm.pl +++ b/MDK/Common.pm.pl @@ -70,7 +70,7 @@ use vars qw(@ISA @EXPORT $VERSION); #); # perl_checker: RE-EXPORT-ALL @EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::; -$VERSION = "1.0"; +$VERSION = "1.0.1"; 1; EOF diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index dde79e6..bba08d6 100644 --- a/perl-MDK-Common.spec +++ b/perl-MDK-Common.spec @@ -1,6 +1,6 @@ # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common -# do not change the version here, change in MDK/Common.pm +# do not change the version here, change in MDK/Common.pm.pl %define version THEVERSION %define release 1mdk %define perl_sitelib %(eval "`perl -V:installsitelib`"; echo $installsitelib) |