X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=patchlevel.h;h=5b118cf3afd40d5d9da63bbd82d6df66b1a6a31a;hb=4eef6d8d75c055d9416392015dd5f1e09e69fc3f;hp=aea4c2f241b78bf7b5e3095a662d5d5068ab65c7;hpb=69df4abc7c8a05e1b705134bf772dc9c44d92dd6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/patchlevel.h b/patchlevel.h index aea4c2f..5b118cf 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -114,13 +114,14 @@ hunk. */ - - +#ifndef PERL_PATCHNUM +#define PERL_PATCHNUM 24148 +#endif #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) -static const char *local_patches[] = { +static const char * const local_patches[] = { NULL - ,'DEVEL24148' + ,"DEVEL" STRINGIFY(PERL_PATCHNUM) ,NULL };