X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=patchlevel.h;h=59150a66bd8a1f19633f5e8838db94e5e8d8f6b8;hb=86d0a7b65418bdabaf45d7a881d3bde91d5f8bee;hp=645620d799b6591810f4b159f37c1d2ef1743d5a;hpb=21d69035f84773352d4e1cb1382dd46ff8cc8935;p=p5sagit%2Fp5-mst-13.2.git diff --git a/patchlevel.h b/patchlevel.h index 645620d..59150a6 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 @@ -71,6 +71,7 @@ static char *local_patches[] = { NULL ,"SUIDMAIL - fixes for suidperl security" + ,"DEVEL6788" ,NULL };