diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-09-07 15:11:33 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-09-07 15:11:33 +0000 |
commit | 7f293b91b425b4dc1c0342f688a05ec403ea9e89 (patch) | |
tree | 503c849c7a95a53e63d0f24534e3bcc4bda63981 /ext/sqlite/libsqlite/src/sqlite.w32.h | |
parent | caa9702a5a45b09c648a26e8651c5e0799e08acd (diff) | |
download | php-git-7f293b91b425b4dc1c0342f688a05ec403ea9e89.tar.gz |
MFH: Upgraded SQLite 2 library in ext/sqlite to 2.8.16
Diffstat (limited to 'ext/sqlite/libsqlite/src/sqlite.w32.h')
-rw-r--r-- | ext/sqlite/libsqlite/src/sqlite.w32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite/libsqlite/src/sqlite.w32.h b/ext/sqlite/libsqlite/src/sqlite.w32.h index 996eab0633..0239fcd657 100644 --- a/ext/sqlite/libsqlite/src/sqlite.w32.h +++ b/ext/sqlite/libsqlite/src/sqlite.w32.h @@ -28,7 +28,7 @@ extern "C" { /* ** The version of the SQLite library. */ -#define SQLITE_VERSION "2.8.11" +#define SQLITE_VERSION "2.8.16" /* ** The version string is also compiled into the library so that a program |