Skip to content

Commit 0c5e2d2

Browse files
committed
Oops, FOO_VERSION doesn't exist
1 parent 3898513 commit 0c5e2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/skeleton/skeleton.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ zend_module_entry extname_module_entry = {
4141
PHP_RSHUTDOWN(extname), /* Replace with NULL if there's nothing to do at request end */
4242
PHP_MINFO(extname),
4343
#if ZEND_MODULE_API_NO >= 20010901
44-
FOO_VERSION, /* extension version number (string) */
44+
"0.1", /* Replace with version number for your extension */
4545
#endif
4646
STANDARD_MODULE_PROPERTIES
4747
};

0 commit comments

Comments
 (0)