diff options
Diffstat (limited to 'contrib/perl5/patchlevel.h')
-rw-r--r-- | contrib/perl5/patchlevel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/perl5/patchlevel.h b/contrib/perl5/patchlevel.h index 6f98d1c..1d65002 100644 --- a/contrib/perl5/patchlevel.h +++ b/contrib/perl5/patchlevel.h @@ -2,10 +2,11 @@ /* do not adjust the whitespace! Configure expects the numbers to be * exactly on the third column */ +/* $FreeBSD$ */ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 6 /* epoch */ -#define PERL_SUBVERSION 1 /* generation */ +#define PERL_SUBVERSION 0 /* generation */ /* The following numbers describe the earliest compatible version of Perl ("compatibility" here being defined as sufficient binary/API @@ -70,6 +71,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL + ,"SUIDMAIL - fixes for suidperl security" ,NULL }; |