Skip to content

Commit 1db9f1d

Browse files
committed
Updated SQLite3 from 3.7.14.2 to 3.7.15.2
1 parent 04a0bf4 commit 1db9f1d

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-3071401.zip
3+
1. Download recent version from http://www.sqlite.org/sqlite-amalgamation-3071502.zip
44

55
2. Unzip 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.7.14.1
17+
// version 3.7.15.2
1818
# pragma warning (disable : 4018) // signed/unsigned mismatch
1919
# pragma warning (disable : 4022) // pointer mismatch for actual parameter x
2020
# pragma warning (disable : 4047) // 'void ** ' differs in levels of indirection from 'long *'

0 commit comments

Comments
 (0)