summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-09-11 05:27:30 +0000
committerWez Furlong <wez@php.net>2005-09-11 05:27:30 +0000
commit77d3a41f8a2e2b6771eb0ea3c242c07a21471385 (patch)
tree9417c8fd87abe36f15ff8a3d2089e4b103e4dae0 /ext/pdo_pgsql
parent1e37cc7b823f5c14dbbc40694b0cf07dff7660a7 (diff)
downloadphp-git-77d3a41f8a2e2b6771eb0ea3c242c07a21471385.tar.gz
update package.xml files and version numbers, in anticipation of a big bunch of releases.
Diffstat (limited to 'ext/pdo_pgsql')
-rw-r--r--ext/pdo_pgsql/package.xml6
-rw-r--r--ext/pdo_pgsql/pdo_pgsql.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/pdo_pgsql/package.xml b/ext/pdo_pgsql/package.xml
index 7c79c8e8f2..7745e4eefb 100644
--- a/ext/pdo_pgsql/package.xml
+++ b/ext/pdo_pgsql/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>
Now features native prepared statements and numerous other improvements.
@@ -56,7 +56,7 @@
</filelist>
<deps>
<dep type="php" rel="ge" version="5.0.3"/>
- <dep type="ext" rel="ge" name="pdo" version="0.9"/>
+ <dep type="ext" rel="ge" name="pdo" version="1.0RC1"/>
</deps>
</release>
</package>
diff --git a/ext/pdo_pgsql/pdo_pgsql.c b/ext/pdo_pgsql/pdo_pgsql.c
index 72cb4e7241..58aa639445 100644
--- a/ext/pdo_pgsql/pdo_pgsql.c
+++ b/ext/pdo_pgsql/pdo_pgsql.c
@@ -61,7 +61,7 @@ zend_module_entry pdo_pgsql_module_entry = {
PHP_RINIT(pdo_pgsql),
PHP_RSHUTDOWN(pdo_pgsql),
PHP_MINFO(pdo_pgsql),
- "0.9",
+ "1.0RC1",
STANDARD_MODULE_PROPERTIES
};
/* }}} */