summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.EXTENSIONS2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.EXTENSIONS b/README.EXTENSIONS
index 7f06c0fb1b..06d6cdd85f 100644
--- a/README.EXTENSIONS
+++ b/README.EXTENSIONS
@@ -30,7 +30,7 @@ zend_module_entry foo_module_entry = {
PHP_RSHUTDOWN(foo), /* per-request shutdown function */
PHP_MINFO(foo), /* information function */
#if ZEND_MODULE_API_NO >= 20010901
- PHP_FOO_VERSION, /* extension version number (string) */
+ PHP_FOO_VERSION, /* extension version number (string) */
#endif
STANDARD_MODULE_PROPERTIES
};