Skip to content

Commit d07c8ab

Browse files
authored
Merge pull request #1088 from bruce-one/sqlite-3.26.0
Sqlite 3.26.0.
2 parents 8256e48 + 924cf56 commit d07c8ab

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ db.close();
5252
- [Extension support](https://github.com/mapbox/node-sqlite3/wiki/Extensions)
5353
- Big test suite
5454
- Written in modern C++ and tested for memory leaks
55-
- Bundles Sqlite3 3.24.0 as a fallback if the installing system doesn't include SQLite
55+
- Bundles Sqlite3 3.26.0 as a fallback if the installing system doesn't include SQLite
5656

5757
# API
5858

deps/common-sqlite.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'variables': {
3-
'sqlite_version%':'3240000',
3+
'sqlite_version%':'3260000',
44
"toolset%":'',
55
},
66
'target_defaults': {
-2.57 MB
Binary file not shown.
2.65 MB
Binary file not shown.

0 commit comments

Comments
 (0)