diff options
author | Hugo van der Sanden <hv@crypt.org> | 2002-08-04 01:11:32 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-04 01:11:32 +0000 |
commit | 78a7c709d4434f29685ba4f85f6441dc8f042e3f (patch) | |
tree | 252232e65321b44ec3863d69db01ffb823bd327d /patchlevel.h | |
parent | 6a0407ee995276fc0b143630fde4e4ee2a060014 (diff) | |
download | perl-78a7c709d4434f29685ba4f85f6441dc8f042e3f.tar.gz |
Change version from 5.8.0 to 5.9.0.
p4raw-id: //depot/perl@17671
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 */ |