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 f39528e commit 9a31d93Copy full SHA for 9a31d93
sqlite3/readme.txt
@@ -1,6 +1,6 @@
1
Sqlite3 built as follows:
2
3
-1. Download recent version from http://www.sqlite.org/sqlite-amalgamation-3_7_0_1.zip
+1. Download recent version from http://www.sqlite.org/sqlite-amalgamation-3_7_2.zip
4
5
2. Unzip and untar the file
6
@@ -14,7 +14,7 @@ sqlite3ext.h
14
3. Edit: sqlite3.c and add the following lines to the start of it:
15
16
// These first few lines added by NJG
17
-// version 3.7.0.1
+// version 3.7.2
18
# pragma warning(disable: 4244)
19
# pragma warning(disable: 4018)
20
# pragma warning(disable: 4049)
0 commit comments