Increased version numbers

This commit is contained in:
Dmitry Stogov 2012-12-04 10:48:09 +04:00
parent 61dbf35cfc
commit 9e39a636da
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,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 220121128
#define ZEND_EXTENSION_API_NO 220121204
typedef struct _zend_extension_version_info {
int zend_extension_api_no;

View file

@ -33,7 +33,7 @@
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module TSRMLS_DC
#define ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU zend_module TSRMLS_CC
#define ZEND_MODULE_API_NO 20121128
#define ZEND_MODULE_API_NO 20121204
#ifdef ZTS
#define USING_ZTS 1
#else