1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00

going to release 1.0.1

This commit is contained in:
Wez Furlong
2005-11-26 21:22:49 +00:00
parent 426fb96cc9
commit ab6a675131
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
<license>PHP</license>
<release>
<state>stable</state>
<version>1.0</version>
<version>1.0.1</version>
<date>2005-11-26</date>
<notes>
+1 -1
View File
@@ -133,7 +133,7 @@ zend_module_entry pdo_module_entry = {
PHP_RINIT(pdo),
PHP_RSHUTDOWN(pdo),
PHP_MINFO(pdo),
"1.0",
"1.0.1",
STANDARD_MODULE_PROPERTIES
};
/* }}} */