Bump the version number

This commit is contained in:
Wez Furlong 2004-05-21 22:26:45 +00:00
parent 4d01a5c2d1
commit 758b7f1ad4
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
<license>PHP</license>
<release>
<state>alpha</state>
<version>0.1</version>
<version>0.1.1</version>
<date>2004-05-21</date>
<notes>

View File

@ -69,7 +69,7 @@ zend_module_entry pdo_module_entry = {
PHP_RINIT(pdo),
PHP_RSHUTDOWN(pdo),
PHP_MINFO(pdo),
"0.1",
"0.1.1",
STANDARD_MODULE_PROPERTIES
};
/* }}} */