Skip to content

Commit 9a31d93

Browse files
committed
Upgraded SQLite3 library to 3.7.2
1 parent f39528e commit 9a31d93

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_7_0_1.zip
3+
1. Download recent version from http://www.sqlite.org/sqlite-amalgamation-3_7_2.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.7.0.1
17+
// version 3.7.2
1818
# pragma warning(disable: 4244)
1919
# pragma warning(disable: 4018)
2020
# pragma warning(disable: 4049)

0 commit comments

Comments
 (0)