Skip to content

Commit

Permalink
Upgraded SQLite3 from 3.13.0 to 3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Feb 3, 2017
1 parent 7754f10 commit 38f28ec
Show file tree
Hide file tree
Showing 4 changed files with 201,292 additions and 197,140 deletions.
4 changes: 2 additions & 2 deletions sqlite3/readme.txt
Expand Up @@ -21,7 +21,7 @@ BUILDING A NEW VERSION

Sqlite3 built as follows:

1. Download recent version from https://www.sqlite.org/2016/sqlite-amalgamation-3130000.zip
1. Download recent version from https://www.sqlite.org/2017/sqlite-amalgamation-3160200.zip

2. Unzip the file

Expand All @@ -35,7 +35,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.13.0
// version 3.16.2

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

0 comments on commit 38f28ec

Please sign in to comment.