Browse Source

prep for release

PHP-5.1
Wez Furlong 21 years ago
parent
commit
877a2bd690
  1. 2
      ext/pdo_sqlite/package.xml
  2. 2
      ext/pdo_sqlite/pdo_sqlite.c

2
ext/pdo_sqlite/package.xml

@ -25,7 +25,7 @@
<release>
<state>beta</state>
<version>0.2.1</version>
<date>2005-02-XX</date>
<date>2005-02-10</date>
<notes>
You need to install the PDO core module before you can make use of this one.

2
ext/pdo_sqlite/pdo_sqlite.c

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

Loading…
Cancel
Save