From 77d3a41f8a2e2b6771eb0ea3c242c07a21471385 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 11 Sep 2005 05:27:30 +0000 Subject: update package.xml files and version numbers, in anticipation of a big bunch of releases. --- ext/pdo_pgsql/pdo_pgsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pdo_pgsql/pdo_pgsql.c') 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 }; /* }}} */ -- cgit v1.2.1