Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Feb 12, 2005
1 parent 002545f commit 9e31b10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions ext/pdo_sqlite/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion ext/pdo_sqlite/pdo_sqlite.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 9e31b10

Please sign in to comment.