diff options
author | Wez Furlong <wez@php.net> | 2005-09-11 05:27:30 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-09-11 05:27:30 +0000 |
commit | 77d3a41f8a2e2b6771eb0ea3c242c07a21471385 (patch) | |
tree | 9417c8fd87abe36f15ff8a3d2089e4b103e4dae0 /ext/pdo_mysql | |
parent | 1e37cc7b823f5c14dbbc40694b0cf07dff7660a7 (diff) | |
download | php-git-77d3a41f8a2e2b6771eb0ea3c242c07a21471385.tar.gz |
update package.xml files and version numbers, in anticipation of a big bunch of releases.
Diffstat (limited to 'ext/pdo_mysql')
-rw-r--r-- | ext/pdo_mysql/package.xml | 6 | ||||
-rwxr-xr-x | ext/pdo_mysql/pdo_mysql.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/pdo_mysql/package.xml b/ext/pdo_mysql/package.xml index 7c7e1c27b2..9277b82ed2 100644 --- a/ext/pdo_mysql/package.xml +++ b/ext/pdo_mysql/package.xml @@ -30,8 +30,8 @@ <license>PHP</license> <release> <state>beta</state> - <version>0.9</version> - <date>2005-07-27</date> + <version>1.0RC1</version> + <date>2005-09-11</date> <notes> Much more robust, featuring native prepared statements and multi-rowset @@ -51,7 +51,7 @@ </filelist> <deps> <dep type="php" rel="ge" version="5.0.3"/> - <dep type="ext" name="pdo" rel="ge" version="0.9"/> + <dep type="ext" name="pdo" rel="ge" version="1.0RC1"/> </deps> </release> </package> diff --git a/ext/pdo_mysql/pdo_mysql.c b/ext/pdo_mysql/pdo_mysql.c index a224e6e012..11c1d9876e 100755 --- a/ext/pdo_mysql/pdo_mysql.c +++ b/ext/pdo_mysql/pdo_mysql.c @@ -60,7 +60,7 @@ zend_module_entry pdo_mysql_module_entry = { NULL, NULL, PHP_MINFO(pdo_mysql), - "0.9", + "1.0RC1", STANDARD_MODULE_PROPERTIES }; /* }}} */ |