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_odbc/pdo_odbc.c | |
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_odbc/pdo_odbc.c')
-rwxr-xr-x | ext/pdo_odbc/pdo_odbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_odbc/pdo_odbc.c b/ext/pdo_odbc/pdo_odbc.c index 690754b576..ac64d073db 100755 --- a/ext/pdo_odbc/pdo_odbc.c +++ b/ext/pdo_odbc/pdo_odbc.c @@ -60,7 +60,7 @@ zend_module_entry pdo_odbc_module_entry = { NULL, NULL, PHP_MINFO(pdo_odbc), - "0.9", + "1.0RC1", STANDARD_MODULE_PROPERTIES }; /* }}} */ |