Bump API versions

This commit is contained in:
David Soria Parra 2012-11-13 20:56:17 +01:00
parent 64d7297506
commit ad4a87f798
3 changed files with 3 additions and 3 deletions

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 20100525
#define ZEND_MODULE_API_NO 20121113
#ifdef ZTS
#define USING_ZTS 1
#else