From: Andi Gutmans Date: Thu, 27 Sep 2001 08:08:33 +0000 (+0000) Subject: - Bump it up in the right place X-Git-Tag: php4~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=279b468bf7c99a8803a617659bdfa19638813759;p=php - Bump it up in the right place --- diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h index 24d40be251..fc683b4dd9 100644 --- a/Zend/zend_modules.h +++ b/Zend/zend_modules.h @@ -36,7 +36,7 @@ ZEND_API extern unsigned char first_arg_force_ref[]; ZEND_API extern unsigned char second_arg_force_ref[]; ZEND_API extern unsigned char third_arg_force_ref[]; -#define ZEND_MODULE_API_NO 20001222 +#define ZEND_MODULE_API_NO 20010927 #ifdef ZTS #define USING_ZTS 1 #else