Skip to content

Commit d675fcb

Browse files
author
Ilia Alshanetsky
committed
MFB: Fixed pecl bug #9179 (phpversion("filter") shows wrong version).
1 parent e16db0f commit d675fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/filter/filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ zend_module_entry filter_module_entry = {
104104
NULL,
105105
PHP_RSHUTDOWN(filter),
106106
PHP_MINFO(filter),
107-
"0.9.5-dev",
107+
"0.11.0",
108108
STANDARD_MODULE_PROPERTIES
109109
};
110110
/* }}} */

0 commit comments

Comments
 (0)