diff options
author | Luca Stefani <luca.stefani.ge1@gmail.com> | 2017-01-02 15:44:22 +0100 |
---|---|---|
committer | Luca Stefani <luca.stefani.ge1@gmail.com> | 2017-01-02 15:49:59 +0100 |
commit | e7f3e808a8a09ccddbb17168c95fdd18e88ce974 (patch) | |
tree | 89b42e59d5fbebb0a5557a3950565a30a6581cd0 /README.version | |
parent | d1527c0f792780c0eddfd72b3afa1a9ffe1d9ae2 (diff) |
sqlite: upgrade to SQLite 3.16.0
Downloaded from https://www.sqlite.org/2017/sqlite-amalgamation-3160000.zip
$ sha256sum sqlite-amalgamation-3160000.zip
3b5dfb65807e2b17e6463357df848e322badba01dc9a4a1de8fdbb72d448e3b0 sqlite-amalgamation-3160000.zip
dist/orig contains the stock sqlite3 code, as packaged in the ZIP file above.
dist contains a copy of dist/orig, but with the Android.patch file applied.
Please see Android.patch for a list of differences between stock and
Android.
The Android specific patch applied cleanly and was regenerated.
This major release contains new features, a few bug fixes and also optimizations
which reduce CPU cycles by 9% on common workload.
More details about the release is avaliable here: https://sqlite.org/releaselog/3_16_0.html
Change-Id: I14ccbd3dc05dba580c7401321df1b58b02068bf7
Diffstat (limited to 'README.version')
-rw-r--r-- | README.version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.version b/README.version index d0291ae..c81b32a 100644 --- a/README.version +++ b/README.version @@ -1,3 +1,3 @@ -URL: https://sqlite.org/2016/sqlite-amalgamation-3150200.zip -Version: 3.15.2 +URL: https://sqlite.org/2017/sqlite-amalgamation-3160000.zip +Version: 3.16.0 BugComponent: 24950 |