diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-02-21 16:51:52 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-02-21 16:51:52 +0000 |
commit | a86913efefc35c0a72f21e0107dd9b774e046907 (patch) | |
tree | 8574438b80a3816eae241e084abfb3ecf6fa0f79 /patchlevel.h | |
parent | 265db0e6942519096cb752873eec2c05199a11a9 (diff) | |
download | perl-a86913efefc35c0a72f21e0107dd9b774e046907.tar.gz |
We're not binary compatible with 5.8.
Change PERL_API_VERSION to 5.9.1.
p4raw-id: //depot/perl@22356
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 910514e8a1..4813a2a476 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -31,8 +31,8 @@ to include in @INC. See INSTALL for how this works. */ #define PERL_API_REVISION 5 /* Adjust manually as needed. */ -#define PERL_API_VERSION 8 /* Adjust manually as needed. */ -#define PERL_API_SUBVERSION 0 /* Adjust manually as needed. */ +#define PERL_API_VERSION 9 /* Adjust manually as needed. */ +#define PERL_API_SUBVERSION 1 /* Adjust manually as needed. */ /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |