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>
<state>stable</state>
<version>1.0.2</version>
<date>2005-11-26</date>
<date>2005-11-28</date>
<notes>
** NOTE WELL! **

View File

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