diff options
Diffstat (limited to 'ext/gd/gd.c')
-rw-r--r-- | ext/gd/gd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 9c252f45fc..fec29d7519 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -1056,7 +1056,7 @@ zend_module_entry gd_module_entry = { NULL, #endif PHP_MINFO(gd), - NO_VERSION_YET, + PHP_GD_VERSION, STANDARD_MODULE_PROPERTIES }; |