diff options
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patchlevel.h b/patchlevel.h index a4980cb6c2..33e77d1598 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -13,7 +13,7 @@ * exactly on the third column */ #define PERL_REVISION 5 /* age */ -#define PERL_VERSION 8 /* epoch */ +#define PERL_VERSION 9 /* epoch */ #define PERL_SUBVERSION 0 /* generation */ /* The following numbers describe the earliest compatible version of @@ -80,7 +80,7 @@ static char *local_patches[] = { NULL ,"DEVEL17641" - ,NULL + ,NULL }; /* Initial space prevents this variable from being inserted in config.sh */ |