summaryrefslogtreecommitdiff
path: root/Zend/zend_modules.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-09-27 08:08:33 +0000
committerAndi Gutmans <andi@php.net>2001-09-27 08:08:33 +0000
commit279b468bf7c99a8803a617659bdfa19638813759 (patch)
tree065f56da065a3b0b3cde7e3513ffd6eb7fa140f6 /Zend/zend_modules.h
parentc8280238dee921d38495791ba8fc5a2c982c996b (diff)
downloadphp-git-279b468bf7c99a8803a617659bdfa19638813759.tar.gz
- Bump it up in the right place
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 24d40be251..fc683b4dd9 100644
--- a/Zend/zend_modules.h
+++ b/Zend/zend_modules.h
@@ -36,7 +36,7 @@ ZEND_API extern unsigned char first_arg_force_ref[];
ZEND_API extern unsigned char second_arg_force_ref[];
ZEND_API extern unsigned char third_arg_force_ref[];
-#define ZEND_MODULE_API_NO 20001222
+#define ZEND_MODULE_API_NO 20010927
#ifdef ZTS
#define USING_ZTS 1
#else