This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace *printf "%d.%d.%d", PERL_REVISION, PERL_VERSION, PERL_SUBVERSION
authorNicholas Clark <nick@ccl4.org>
Mon, 16 Feb 2009 21:16:21 +0000 (21:16 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 16 Feb 2009 21:17:55 +0000 (21:17 +0000)
commite8e3635e321a3d3ac3b355d31c5d04e1a479615f
treef471ad7e1f95487127bfab4307c57d7eb55b76e6
parenteb3b8c7b72e00b81a8275631f24b2ce779cfa8f0
Replace *printf "%d.%d.%d", PERL_REVISION, PERL_VERSION, PERL_SUBVERSION
with PERL_VERSION_STRING, which can be determined at compile time, as a
constant string.
patchlevel.h
perl.c