X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=patchlevel.h;h=130ae0705e31439446a95e6b78b33e0ddbadc83f;hb=e568f1a0c324be00c66a63ff9480ccd16934f37e;hp=a7612d62777396ffe4b2d8091a7a2cafb83f0e2a;hpb=1eb8d98d5f917d8f5e21b0d5db299046ee0a4874;p=p5sagit%2Fp5-mst-13.2.git diff --git a/patchlevel.h b/patchlevel.h index a7612d6..130ae07 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -13,7 +13,7 @@ * exactly on the third column */ #define PERL_REVISION 5 /* age */ -#define PERL_VERSION 8 /* epoch */ +#define PERL_VERSION 9 /* epoch */ #define PERL_SUBVERSION 0 /* generation */ /* The following numbers describe the earliest compatible version of @@ -78,8 +78,8 @@ */ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { - NULL - ,"DEVEL17411" + NULL + ,"DEVEL17881" ,NULL };