Skip to content

Commit 8bb851c

Browse files
committed
Upgraded SQLite3 from 3.6.23.1 to 3.7.0.1
1 parent ed5ea2c commit 8bb851c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlite3/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Sqlite3 built as follows:
22

3-
1. Download recent version from http://www.sqlite.org/sqlite-amalgamation-3_6_23_1.zip
3+
1. Download recent version from http://www.sqlite.org/sqlite-amalgamation-3_7_0_1.zip
44

55
2. Unzip and untar the file
66

@@ -14,7 +14,7 @@ sqlite3ext.h
1414
3. Edit: sqlite3.c and add the following lines to the start of it:
1515

1616
// These first few lines added by NJG
17-
// version 3.6.22
17+
// version 3.7.0.1
1818
# pragma warning(disable: 4244)
1919
# pragma warning(disable: 4018)
2020
# pragma warning(disable: 4049)

0 commit comments

Comments
 (0)