summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);