diff options
author | Wez Furlong <wez@php.net> | 2005-02-09 05:00:58 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-02-09 05:00:58 +0000 |
commit | 3047ced496a514c5191cc197ab6161ab569675f9 (patch) | |
tree | 21782f01ae5207aad8562e8d60b78e7115689b24 /ext/pdo_firebird/pdo_firebird.c | |
parent | 229ea4bbfc36ba65865c767aee78cd559dd62435 (diff) | |
download | php-git-3047ced496a514c5191cc197ab6161ab569675f9.tar.gz |
prep for possible release
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 4e63546942..3423873534 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.1", + "0.2", STANDARD_MODULE_PROPERTIES }; /* }}} */ |