Updated API version numbers

This commit is contained in:
Dmitry Stogov 2007-09-29 11:25:16 +00:00
parent 887d439404
commit fedf2eddfd
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 220060519
#define ZEND_EXTENSION_API_NO 220070929
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 20070929
#ifdef ZTS
#define USING_ZTS 1
#else