update ready for release.

Disable dependency macro for compatibility with existing PHP 5.0.x releases.
This commit is contained in:
Wez Furlong 2005-02-09 04:57:32 +00:00
parent b9a951aa1a
commit 229ea4bbfc
3 changed files with 12 additions and 13 deletions

View file

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