X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=patchlevel.h;h=11903a9e75e1efd5ebcec4bd93ecc5f2de8ba168;hb=9e24e6f2b219a10e33205f000bb65a4012b6f3ba;hp=0b8d9beedab1d005238a7230dd9d39739a5aa10a;hpb=365a320da8098c17cca46a405b957deba5e7b2ab;p=p5sagit%2Fp5-mst-13.2.git diff --git a/patchlevel.h b/patchlevel.h index 0b8d9be..11903a9 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -4,7 +4,7 @@ * exactly on the third column */ #define PERL_REVISION 5 /* age */ -#define PERL_VERSION 6 /* epoch */ +#define PERL_VERSION 7 /* epoch */ #define PERL_SUBVERSION 0 /* generation */ /* The following numbers describe the earliest compatible version of @@ -68,9 +68,9 @@ applied different patches than you. */ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) -static char * __attribute__ ((unused)) local_patches[] = { - NULL - , "v5.6.0-RC1" +static char *local_patches[] = { + NULL + ,"DEVEL7093" ,NULL };