diff options
Diffstat (limited to 'Perl')
-rw-r--r-- | Perl/Makefile.PL.in (renamed from Perl/Makefile.PL) | 2 | ||||
-rw-r--r-- | Perl/Zinc.pm.in (renamed from Perl/Zinc.pm) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Perl/Makefile.PL b/Perl/Makefile.PL.in index 2539b7a..2a56071 100644 --- a/Perl/Makefile.PL +++ b/Perl/Makefile.PL.in @@ -8,7 +8,7 @@ use strict; my $TkLibDir = $Tk::library; my $platform = $Tk::platform; -my $VERSION = CONF_VERS; +my $VERSION = '@MAJOR_VERSION@.@MINOR_VERSION@@PATCHLEVEL@'; if (!$TkLibDir) diff --git a/Perl/Zinc.pm b/Perl/Zinc.pm.in index 0dd7fbe..0863458 100644 --- a/Perl/Zinc.pm +++ b/Perl/Zinc.pm.in @@ -14,7 +14,7 @@ Construct Tk::Widget 'Zinc'; use vars qw($VERSION $REVISION); $REVISION = q$Revision$ ; # this line is automagically modified by CVS -$VERSION = CONF_VERS; +$VERSION = '@MAJOR_VERSION@.@MINOR_VERSION@@PATCHLEVEL@'; bootstrap Tk::Zinc $Tk::VERSION; |