summaryrefslogtreecommitdiff
path: root/Zend/zend_modules.h
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2012-11-13 20:56:17 +0100
committerDavid Soria Parra <dsp@php.net>2012-11-13 20:57:34 +0100
commitad4a87f798a43642ca7686df61a010a5b988684c (patch)
tree7eb77eea7ac2433c6d1c7ef3073f6dfc41a3d49a /Zend/zend_modules.h
parent64d7297506c59cc81a4ca42ebcd7a596f4db9060 (diff)
downloadphp-git-ad4a87f798a43642ca7686df61a010a5b988684c.tar.gz
Bump API versions
Diffstat (limited to 'Zend/zend_modules.h')
-rw-r--r--Zend/zend_modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h
index ad15a96624..442535bc68 100644
--- a/Zend/zend_modules.h
+++ b/Zend/zend_modules.h
@@ -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