summaryrefslogtreecommitdiff
path: root/ext/recode/recode.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/recode/recode.c')
-rw-r--r--ext/recode/recode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/recode/recode.c b/ext/recode/recode.c
index 7d9233a374..d945431636 100644
--- a/ext/recode/recode.c
+++ b/ext/recode/recode.c
@@ -96,7 +96,7 @@ zend_module_entry recode_module_entry = {
NULL,
NULL,
PHP_MINFO(recode),
- NO_VERSION_YET,
+ PHP_RECODE_VERSION,
PHP_MODULE_GLOBALS(recode),
PHP_GINIT(recode),
NULL,