prep for release

This commit is contained in:
Wez Furlong 2005-11-28 06:39:53 +00:00
parent d0ea27b802
commit b15e33f85a
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
<release> <release>
<state>stable</state> <state>stable</state>
<version>1.0.2</version> <version>1.0.2</version>
<date>2005-11-26</date> <date>2005-11-28</date>
<notes> <notes>
** NOTE WELL! ** ** NOTE WELL! **

View File

@ -133,7 +133,7 @@ zend_module_entry pdo_module_entry = {
PHP_RINIT(pdo), PHP_RINIT(pdo),
PHP_RSHUTDOWN(pdo), PHP_RSHUTDOWN(pdo),
PHP_MINFO(pdo), PHP_MINFO(pdo),
"1.0.1", "1.0.2",
STANDARD_MODULE_PROPERTIES STANDARD_MODULE_PROPERTIES
}; };
/* }}} */ /* }}} */