diff --git a/README.md b/README.md index 47513eabd..9b36f1315 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ db.close(); - [Extension support](https://github.com/mapbox/node-sqlite3/wiki/Extensions) - Big test suite - Written in modern C++ and tested for memory leaks - - Bundles Sqlite3 3.24.0 as a fallback if the installing system doesn't include SQLite + - Bundles Sqlite3 3.26.0 as a fallback if the installing system doesn't include SQLite # API diff --git a/deps/common-sqlite.gypi b/deps/common-sqlite.gypi index 45256e008..0617f8135 100644 --- a/deps/common-sqlite.gypi +++ b/deps/common-sqlite.gypi @@ -1,6 +1,6 @@ { 'variables': { - 'sqlite_version%':'3240000', + 'sqlite_version%':'3260000', "toolset%":'', }, 'target_defaults': { diff --git a/deps/sqlite-autoconf-3240000.tar.gz b/deps/sqlite-autoconf-3240000.tar.gz deleted file mode 100644 index ad4be6eaa..000000000 Binary files a/deps/sqlite-autoconf-3240000.tar.gz and /dev/null differ diff --git a/deps/sqlite-autoconf-3260000.tar.gz b/deps/sqlite-autoconf-3260000.tar.gz new file mode 100644 index 000000000..e0c9e8a29 Binary files /dev/null and b/deps/sqlite-autoconf-3260000.tar.gz differ