This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Pre-resolve symlink for File::Stat test under -Dmksymlinks
[perl5.git] / patchlevel.h
index 207c492..885643f 100644 (file)
 #define PERL_VERSION   11              /* epoch */
 #define PERL_SUBVERSION        0               /* generation */
 
-#define PERL_VERSION_STRING    STRINGIFY(PERL_REVISION) "." \
-                               STRINGIFY(PERL_VERSION) "." \
-                               STRINGIFY(PERL_SUBVERSION)
-
 /* The following numbers describe the earliest compatible version of
    Perl ("compatibility" here being defined as sufficient binary/API
    compatibility to run XS code built with the older version).