prep for release

This commit is contained in:
Wez Furlong 2005-02-12 08:23:32 +00:00
parent 002545fffb
commit 9e31b10531
2 changed files with 4 additions and 3 deletions

View File

@ -24,8 +24,8 @@
<license>PHP</license>
<release>
<state>beta</state>
<version>0.2.1</version>
<date>2005-02-10</date>
<version>0.2.2</version>
<date>2005-02-12</date>
<notes>
You need to install the PDO core module before you can make use of this one.
@ -35,6 +35,7 @@
- setting PDO_ATTR_TIMEOUT controls the busy timeout
- Fixed PECL Bug #3391; cannot bind NULL parameters
- Fixed build problem when building the bundled sqlite library
</notes>
<filelist>

View File

@ -31,7 +31,7 @@
#include "php_pdo_sqlite_int.h"
#include "zend_exceptions.h"
#define PHP_PDO_SQLITE_MODULE_VERSION "0.2.1"
#define PHP_PDO_SQLITE_MODULE_VERSION "0.2.2"
/* {{{ pdo_sqlite_functions[] */
function_entry pdo_sqlite_functions[] = {