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_dblib/pdo_dblib.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_dblib/pdo_dblib.c')
-rw-r--r-- | ext/pdo_dblib/pdo_dblib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_dblib/pdo_dblib.c b/ext/pdo_dblib/pdo_dblib.c index be11d9ff4a..4188aa61e8 100644 --- a/ext/pdo_dblib/pdo_dblib.c +++ b/ext/pdo_dblib/pdo_dblib.c @@ -65,7 +65,7 @@ zend_module_entry pdo_dblib_module_entry = { NULL, PHP_RSHUTDOWN(pdo_dblib), PHP_MINFO(pdo_dblib), - "0.9", + "1.0RC1", STANDARD_MODULE_PROPERTIES }; |