patchlevel.h (perl-5.30.2.tar.xz) | : | patchlevel.h (perl-5.30.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 18 | skipping to change at line 18 | |||
* | * | |||
*/ | */ | |||
#ifndef __PATCHLEVEL_H_INCLUDED__ | #ifndef __PATCHLEVEL_H_INCLUDED__ | |||
/* do not adjust the whitespace! Configure expects the numbers to be | /* do not adjust the whitespace! Configure expects the numbers to be | |||
* exactly on the third column */ | * exactly on the third column */ | |||
#define PERL_REVISION 5 /* age */ | #define PERL_REVISION 5 /* age */ | |||
#define PERL_VERSION 30 /* epoch */ | #define PERL_VERSION 30 /* epoch */ | |||
#define PERL_SUBVERSION 2 /* generation */ | #define PERL_SUBVERSION 3 /* generation */ | |||
/* The following numbers describe the earliest compatible version of | /* The following numbers describe the earliest compatible version of | |||
Perl ("compatibility" here being defined as sufficient binary/API | Perl ("compatibility" here being defined as sufficient binary/API | |||
compatibility to run XS code built with the older version). | compatibility to run XS code built with the older version). | |||
Normally this should not change across maintenance releases. | Normally this should not change across maintenance releases. | |||
Note that this only refers to an out-of-the-box build. Many non-default | Note that this only refers to an out-of-the-box build. Many non-default | |||
options such as usemultiplicity tend to break binary compatibility | options such as usemultiplicity tend to break binary compatibility | |||
more often. | more often. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |