Skip to content

Commit

Permalink
Merge pull request #1088 from bruce-one/sqlite-3.26.0
Browse files Browse the repository at this point in the history
Sqlite 3.26.0.
  • Loading branch information
kewde committed Dec 3, 2018
2 parents 8256e48 + 924cf56 commit d07c8ab
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion deps/common-sqlite.gypi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
'variables': {
'sqlite_version%':'3240000',
'sqlite_version%':'3260000',
"toolset%":'',
},
'target_defaults': {
Expand Down
Binary file removed deps/sqlite-autoconf-3240000.tar.gz
Binary file not shown.
Binary file added deps/sqlite-autoconf-3260000.tar.gz
Binary file not shown.

0 comments on commit d07c8ab

Please sign in to comment.