Version tag for future move to PECL

This commit is contained in:
Dan Kalowsky 2003-01-07 23:00:11 +00:00
parent b89d9db706
commit 19b25ca5d2

View File

@ -141,7 +141,7 @@ zend_module_entry odbc_module_entry = {
PHP_RINIT(odbc),
PHP_RSHUTDOWN(odbc),
PHP_MINFO(odbc),
NO_VERSION_YET,
1.0,
STANDARD_MODULE_PROPERTIES
};
/* }}} */