Skip to content

Commit

Permalink
upgraded to SQLite 3.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWise committed Dec 29, 2021
1 parent ccc9460 commit 5bbd71d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# ===

YEAR="2021"
VERSION="3360000"
VERSION="3370000"

DEFINES="
SQLITE_DQS=0
Expand Down
Binary file modified deps/sqlite3.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you're using a SQLite3 encryption extension that is a drop-in replacement for

# Bundled configuration

By default, this distribution currently uses SQLite3 **version 3.36.0** with the following [compilation options](https://www.sqlite.org/compile.html):
By default, this distribution currently uses SQLite3 **version 3.37.0** with the following [compilation options](https://www.sqlite.org/compile.html):

```
SQLITE_DQS=0
Expand Down

0 comments on commit 5bbd71d

Please sign in to comment.