Skip to content

Commit 38f28ec

Browse files
committed
Upgraded SQLite3 from 3.13.0 to 3.16.2
1 parent 7754f10 commit 38f28ec

File tree

4 files changed

+201292
-197140
lines changed

4 files changed

+201292
-197140
lines changed

sqlite3/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BUILDING A NEW VERSION
2121

2222
Sqlite3 built as follows:
2323

24-
1. Download recent version from https://www.sqlite.org/2016/sqlite-amalgamation-3130000.zip
24+
1. Download recent version from https://www.sqlite.org/2017/sqlite-amalgamation-3160200.zip
2525

2626
2. Unzip the file
2727

@@ -35,7 +35,7 @@ sqlite3ext.h
3535
3. Edit: sqlite3.c and add the following lines to the start of it:
3636

3737
// These first few lines added by NJG
38-
// version 3.13.0
38+
// version 3.16.2
3939

4040
# pragma warning (disable : 4018) // signed/unsigned mismatch
4141
# pragma warning (disable : 4022) // pointer mismatch for actual parameter x

0 commit comments

Comments
 (0)