diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-09-07 15:10:15 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-09-07 15:10:15 +0000 |
commit | 2195f7ec74c445404dd5d38378dadc956cf6fe60 (patch) | |
tree | 528f29ea6e1aa1986ac01f66f35ec783dec07885 /ext/sqlite/libsqlite/src/sqlite.w32.h | |
parent | 49cf0eff6a9880d751c7c4be872d3612969bc995 (diff) | |
download | php-git-2195f7ec74c445404dd5d38378dadc956cf6fe60.tar.gz |
Upgraded sqlite2 lib 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 |