Skip to content

Commit

Permalink
Upgraded SQLite from 3.8.7 to 3.8.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Dec 2, 2014
1 parent 398a23e commit b5a3a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqlite3/readme.txt
@@ -1,6 +1,6 @@
Sqlite3 built as follows:

1. Download recent version from http://www.sqlite.org/2014/sqlite-amalgamation-3080700.zip
1. Download recent version from http://www.sqlite.org/2014/sqlite-amalgamation-3080702.zip

2. Unzip the file

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

// These first few lines added by NJG
// version 3.8.7
// version 3.8.7.2

# pragma warning (disable : 4018) // signed/unsigned mismatch
# pragma warning (disable : 4022) // pointer mismatch for actual parameter x
Expand Down

0 comments on commit b5a3a1e

Please sign in to comment.