X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=patchlevel.h;h=2a991b6451bc6924bb84e7b14b2773c28cd5a7ca;hb=0a0d439fd8d5a620556ab3e6218782345af24cdc;hp=0b8d9beedab1d005238a7230dd9d39739a5aa10a;hpb=365a320da8098c17cca46a405b957deba5e7b2ab;p=p5sagit%2Fp5-mst-13.2.git diff --git a/patchlevel.h b/patchlevel.h index 0b8d9be..2a991b6 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 + ,"DEVEL7044" ,NULL };