aboutsummaryrefslogtreecommitdiff
path: root/Perl
diff options
context:
space:
mode:
authorlecoanet2004-09-24 12:22:38 +0000
committerlecoanet2004-09-24 12:22:38 +0000
commit28de4d50b04e981d3b78119fb87b5df18245cc1f (patch)
tree40ce4208672c9d253abd390512c627f1dde0800c /Perl
parentc448ff8c151c403b813334f499d4ae8a338cb4d5 (diff)
downloadtkzinc-28de4d50b04e981d3b78119fb87b5df18245cc1f.zip
tkzinc-28de4d50b04e981d3b78119fb87b5df18245cc1f.tar.gz
tkzinc-28de4d50b04e981d3b78119fb87b5df18245cc1f.tar.bz2
tkzinc-28de4d50b04e981d3b78119fb87b5df18245cc1f.tar.xz
Version numbers are managed from configure.in
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;