--- embedaddon/php/ext/skeleton/skeleton.c 2013/07/22 01:32:01 1.1.1.2 +++ embedaddon/php/ext/skeleton/skeleton.c 2014/06/15 20:03:55 1.1.1.3 @@ -41,7 +41,7 @@ zend_module_entry extname_module_entry = { PHP_RSHUTDOWN(extname), /* Replace with NULL if there's nothing to do at request end */ PHP_MINFO(extname), #if ZEND_MODULE_API_NO >= 20010901 - "0.1", /* Replace with version number for your extension */ + PHP_EXTNAME_VERSION, #endif STANDARD_MODULE_PROPERTIES };