X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=patchlevel.h;h=68c4d3cb3795f0c4bc0308ceb3669bd01a45010c;hb=9469eb4a69f2671f0af6c58baf2e0a7e08975fc1;hp=391cb4126c5740b7d305fc9b03cf19f3bf2fb94c;hpb=4eeeaff6ef21db94b76b8e8b5acd5213781c1c82;p=p5sagit%2Fp5-mst-13.2.git diff --git a/patchlevel.h b/patchlevel.h index 391cb41..68c4d3c 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -116,9 +116,11 @@ hunk. */ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) +#include "git_version.h" static const char * const local_patches[] = { NULL - ,"DEVEL" + PERL_GIT_UNPUSHED_COMMITS /* do not remove this line */ + PERL_GIT_UNCOMMITTED_CHANGES /* do not remove this line */ ,NULL };