diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-28 20:35:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-28 20:35:59 +0000 |
commit | 4282de365ad3986f7690c8ae5aeb465272208972 (patch) | |
tree | 7eb0dae31c913ed4d36f7ff546a31ea82c28d75d /patchlevel.h | |
parent | 5cda700b511c4f0c6578126263fb9dc92c79641e (diff) | |
download | perl-4282de365ad3986f7690c8ae5aeb465272208972.tar.gz |
Bump the version numbers to five-eight-oh.
p4raw-id: //depot/perl@16843
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/patchlevel.h b/patchlevel.h index 6931a48a43..76841bc185 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -13,8 +13,8 @@ * exactly on the third column */ #define PERL_REVISION 5 /* age */ -#define PERL_VERSION 7 /* epoch */ -#define PERL_SUBVERSION 3 /* generation */ +#define PERL_VERSION 8 /* epoch */ +#define PERL_SUBVERSION 0 /* generation */ /* The following numbers describe the earliest compatible version of Perl ("compatibility" here being defined as sufficient binary/API @@ -30,8 +30,8 @@ to include in @INC. See INSTALL for how this works. */ #define PERL_API_REVISION 5 /* Adjust manually as needed. */ -#define PERL_API_VERSION 7 /* Adjust manually as needed. */ -#define PERL_API_SUBVERSION 3 /* Adjust manually as needed. */ +#define PERL_API_VERSION 8 /* Adjust manually as needed. */ +#define PERL_API_SUBVERSION 0 /* Adjust manually as needed. */ /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |