X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=patchlevel.h;h=8e7458efd93a5ec11468719fa9d7f00f1320f563;hb=d8f6a7325d6b2ec46e8cdc1ec4b5e1ad4a86abd0;hp=8f6c6288bb6a2ef290a2b2d15939b0f91c5c4ae3;hpb=14261ed0d2fb1be8386ce7d4181ff13dc2ed2d48;p=p5sagit%2Fp5-mst-13.2.git diff --git a/patchlevel.h b/patchlevel.h index 8f6c628..8e7458e 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -5,7 +5,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 7 /* epoch */ -#define PERL_SUBVERSION 1 /* generation */ +#define PERL_SUBVERSION 2 /* generation */ /* The following numbers describe the earliest compatible version of Perl ("compatibility" here being defined as sufficient binary/API @@ -70,7 +70,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - ,"DEVEL11277" + ,"DEVEL14041" ,NULL };