We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7754f10 commit 38f28ecCopy full SHA for 38f28ec
sqlite3/readme.txt
@@ -21,7 +21,7 @@ BUILDING A NEW VERSION
21
22
Sqlite3 built as follows:
23
24
-1. Download recent version from https://www.sqlite.org/2016/sqlite-amalgamation-3130000.zip
+1. Download recent version from https://www.sqlite.org/2017/sqlite-amalgamation-3160200.zip
25
26
2. Unzip the file
27
@@ -35,7 +35,7 @@ sqlite3ext.h
35
3. Edit: sqlite3.c and add the following lines to the start of it:
36
37
// These first few lines added by NJG
38
-// version 3.13.0
+// version 3.16.2
39
40
# pragma warning (disable : 4018) // signed/unsigned mismatch
41
# pragma warning (disable : 4022) // pointer mismatch for actual parameter x
0 commit comments