diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-16 23:55:58 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-16 23:55:58 +0000 |
commit | d94216564938cd42af43fa553fe0ab9651fe48c9 (patch) | |
tree | b50949fca0667b446f041a6d39aee6b08b2d512a /patchlevel.h | |
parent | a89d24b9fe54d44395806c16ac1c19f3c678cbbb (diff) | |
download | perl-d94216564938cd42af43fa553fe0ab9651fe48c9.tar.gz |
Move PERL_VERSION_STRING from patchlevel.h to perl.h
(and revert a89d24b9fe54d44395806c16ac1c19f3c678cbbb)
It's getting too complex to work around some versions of awk which don't want
to implement the regular expressions that they are documented to implement.
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/patchlevel.h b/patchlevel.h index 207c49207c..885643f34f 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -17,10 +17,6 @@ #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). |