summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/filter/filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filter/filter.c b/ext/filter/filter.c
index ab3070849d..7da10cd47b 100644
--- a/ext/filter/filter.c
+++ b/ext/filter/filter.c
@@ -104,7 +104,7 @@ zend_module_entry filter_module_entry = {
NULL,
PHP_RSHUTDOWN(filter),
PHP_MINFO(filter),
- "0.9.5-dev",
+ "0.11.0",
STANDARD_MODULE_PROPERTIES
};
/* }}} */