summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-11-10 01:08:17 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-11-10 01:08:17 +0000
commitf06762b3618b1a41b8e42fa35d3676ad8093c35b (patch)
treec19eca9269983b2005f8aa67fb848e7e4e8b6e49
parentddae41877fddd89a0b96bd11663b7bfbfd2709a1 (diff)
downloadphp-git-f06762b3618b1a41b8e42fa35d3676ad8093c35b.tar.gz
Fixed pecl bug #9179 (phpversion("filter") shows wrong version).
-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
};
/* }}} */