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_firebird/pdo_firebird.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_firebird/pdo_firebird.c')
-rw-r--r-- | ext/pdo_firebird/pdo_firebird.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_firebird/pdo_firebird.c b/ext/pdo_firebird/pdo_firebird.c index 1413a61ba0..d936c0e54e 100644 --- a/ext/pdo_firebird/pdo_firebird.c +++ b/ext/pdo_firebird/pdo_firebird.c @@ -44,7 +44,7 @@ zend_module_entry pdo_firebird_module_entry = { /* {{{ */ NULL, NULL, PHP_MINFO(pdo_firebird), - "0.2", + "0.3", STANDARD_MODULE_PROPERTIES }; /* }}} */ |