From: Rafael Garcia-Suarez Date: Sat, 21 Feb 2004 16:51:52 +0000 (+0000) Subject: We're not binary compatible with 5.8. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a86913efefc35c0a72f21e0107dd9b774e046907;p=p5sagit%2Fp5-mst-13.2.git We're not binary compatible with 5.8. Change PERL_API_VERSION to 5.9.1. p4raw-id: //depot/perl@22356 --- diff --git a/patchlevel.h b/patchlevel.h index 910514e..4813a2a 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