diff options
author | Wez Furlong <wez@php.net> | 2004-01-16 23:48:39 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-01-16 23:48:39 +0000 |
commit | a017b4c5e693e3a339ca3207a923a049b3ce2c1c (patch) | |
tree | 85446085ed92d36edc9117f4d706b3d43391821c | |
parent | a8951066061e5672feb07742049932bba970dd61 (diff) | |
download | php-git-a017b4c5e693e3a339ca3207a923a049b3ce2c1c.tar.gz |
update file for win32 build
-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 f2f8e28b0c..becef09790 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.9" +#define SQLITE_VERSION "2.8.11" /* ** The version string is also compiled into the library so that a program |