summaryrefslogtreecommitdiff
path: root/ext/filter/php_filter.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-03-24 07:43:53 +0100
committerAnatol Belski <ab@php.net>2015-03-24 22:02:25 +0100
commit2192e96ef53bc598cfe577368847df21d98e1c05 (patch)
tree5882687fcb44470c9ebfdedbbf8a10a943febb93 /ext/filter/php_filter.h
parent0ce7b4c8c6e9b5fc6f5bba9b0ed0b9f4f4d5634c (diff)
downloadphp-git-2192e96ef53bc598cfe577368847df21d98e1c05.tar.gz
replace this version as it's unchanged since 5.4 at least
Diffstat (limited to 'ext/filter/php_filter.h')
-rw-r--r--ext/filter/php_filter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/filter/php_filter.h b/ext/filter/php_filter.h
index 301b7aab3a..223e7e0015 100644
--- a/ext/filter/php_filter.h
+++ b/ext/filter/php_filter.h
@@ -38,8 +38,7 @@ extern zend_module_entry filter_module_entry;
#include "TSRM.h"
#endif
-#include "php_version.h"
-#define PHP_FILTER_VERSION "0.11.0"
+#define PHP_FILTER_VERSION PHP_VERSION
PHP_MINIT_FUNCTION(filter);
PHP_MSHUTDOWN_FUNCTION(filter);