X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=patchlevel.h;h=5b118cf3afd40d5d9da63bbd82d6df66b1a6a31a;hb=4eef6d8d75c055d9416392015dd5f1e09e69fc3f;hp=86b87be4f4f17f5e045d0a378ac97afea1cde165;hpb=27da23d53ccce622bc51822f59df8def79b4df95;p=p5sagit%2Fp5-mst-13.2.git diff --git a/patchlevel.h b/patchlevel.h index 86b87be..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 * const local_patches[] = { NULL - ,"DEVEL24148" + ,"DEVEL" STRINGIFY(PERL_PATCHNUM) ,NULL };