Updated API version numbers

This commit is contained in:
Dmitry Stogov 2007-09-29 11:27:05 +00:00
parent b514dc1070
commit 75a00aa406
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
/* The first number is the engine version and the rest is the date.
* This way engine 2/3 API no. is always greater than engine 1 API no..
*/
#define ZEND_EXTENSION_API_NO 320060519
#define ZEND_EXTENSION_API_NO 320070729
typedef struct _zend_extension_version_info {
int zend_extension_api_no;

View File

@ -39,7 +39,7 @@ extern const struct _zend_arg_info fourth_arg_force_ref[5];
extern const struct _zend_arg_info fifth_arg_force_ref[6];
extern const struct _zend_arg_info all_args_by_ref[1];
#define ZEND_MODULE_API_NO 20060613
#define ZEND_MODULE_API_NO 20070729
#ifdef ZTS
#define USING_ZTS 1
#else