diff options
Diffstat (limited to 'ext/shmop/shmop.c')
-rw-r--r-- | ext/shmop/shmop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shmop/shmop.c b/ext/shmop/shmop.c index 751cb05c0d..1b77c35f26 100644 --- a/ext/shmop/shmop.c +++ b/ext/shmop/shmop.c @@ -102,7 +102,7 @@ zend_module_entry shmop_module_entry = { NULL, NULL, PHP_MINFO(shmop), - NO_VERSION_YET, + PHP_SHMOP_VERSION, STANDARD_MODULE_PROPERTIES }; /* }}} */ |