assign a version number

This commit is contained in:
Wez Furlong 2005-09-04 17:10:56 +00:00
parent b6be0f9817
commit d1be6c8152
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ These functions allow you to access MySQL database servers.
<license>PHP</license>
<release>
<state>stable</state>
<version>5.1</version>
<version>1.0</version>
<date>2005-09-04</date>
<notes>
This is the MySQL driver, taken from the PHP 5.1 release.

View File

@ -218,7 +218,7 @@ zend_module_entry mysql_module_entry = {
PHP_RINIT(mysql),
PHP_RSHUTDOWN(mysql),
PHP_MINFO(mysql),
NO_VERSION_YET,
"1.0",
STANDARD_MODULE_PROPERTIES
};
/* }}} */