X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=patchlevel.h;h=1bfff9ca6e266290526fd63aebb0812042c2e23f;hb=5dc83c4054cb6624685a80f58caabe5e173a543f;hp=1a321b01e7ff52198d37b1423adad98c3fbb27dd;hpb=4f9948e420885152136d4578d2b85808a0774214;p=p5sagit%2Fp5-mst-13.2.git diff --git a/patchlevel.h b/patchlevel.h index 1a321b0..1bfff9c 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -30,8 +30,8 @@ to include in @INC. See INSTALL for how this works. */ #define PERL_API_REVISION 5 /* Adjust manually as needed. */ -#define PERL_API_VERSION 5 /* Adjust manually as needed. */ -#define PERL_API_SUBVERSION 0 /* Adjust manually as needed. */ +#define PERL_API_VERSION 7 /* Adjust manually as needed. */ +#define PERL_API_SUBVERSION 3 /* Adjust manually as needed. */ /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure @@ -79,7 +79,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - ,"DEVEL15372" + ,"DEVEL16538" ,NULL };