patchlevel.h (perl-5.32.0-RC0.tar.xz) | : | patchlevel.h (perl-5.32.0-RC1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 136 | skipping to change at line 136 | |||
# define PERL_PATCHNUM "UNKNOWN-miniperl" | # define PERL_PATCHNUM "UNKNOWN-miniperl" | |||
# define PERL_GIT_UNPUSHED_COMMITS /*leave-this-comment*/ | # define PERL_GIT_UNPUSHED_COMMITS /*leave-this-comment*/ | |||
# elif defined(PERL_MICRO) | # elif defined(PERL_MICRO) | |||
# define PERL_PATCHNUM "UNKNOWN-microperl" | # define PERL_PATCHNUM "UNKNOWN-microperl" | |||
# define PERL_GIT_UNPUSHED_COMMITS /*leave-this-comment*/ | # define PERL_GIT_UNPUSHED_COMMITS /*leave-this-comment*/ | |||
# else | # else | |||
#include "git_version.h" | #include "git_version.h" | |||
# endif | # endif | |||
static const char * const local_patches[] = { | static const char * const local_patches[] = { | |||
NULL | NULL | |||
,"RC0" | ,"RC1" | |||
#ifdef PERL_GIT_UNCOMMITTED_CHANGES | #ifdef PERL_GIT_UNCOMMITTED_CHANGES | |||
,"uncommitted-changes" | ,"uncommitted-changes" | |||
#endif | #endif | |||
PERL_GIT_UNPUSHED_COMMITS /* do not remove this line */ | PERL_GIT_UNPUSHED_COMMITS /* do not remove this line */ | |||
,NULL | ,NULL | |||
}; | }; | |||
/* Initial space prevents this variable from being inserted in config.sh */ | /* Initial space prevents this variable from being inserted in config.sh */ | |||
# define LOCAL_PATCH_COUNT \ | # define LOCAL_PATCH_COUNT \ | |||
((int)(C_ARRAY_LENGTH(local_patches)-2)) | ((int)(C_ARRAY_LENGTH(local_patches)-2)) | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |