diff options
author | Alex Naidis <alex.naidis@linux.com> | 2016-08-09 00:53:11 +0200 |
---|---|---|
committer | Alex Naidis <alex.naidis@linux.com> | 2016-08-09 01:09:49 +0200 |
commit | 74bd39cb46f3e9465fe069b650f40ffd8298a538 (patch) | |
tree | 733d05aad57391b9bd98ea4e4382ed95ced03de2 /README.version | |
parent | b8aa6ec8f6850ae62e48914e915d6f1c87a719da (diff) |
sqlite: upgrade to SQLite 3.14.0
Downloaded from http://sqlite.com/2016/sqlite-amalgamation-3140000.zip
$ sha256sum sqlite-amalgamation-3140000.zip
32843740eaaa4d9ac567d6babe18099ef6f38c6731718c2d37b26d381c629ec8 sqlite-amalgamation-3140000.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 is a routine maintenance release of SQLite that includes a number of new features and performance enhancements as well as fixes for some obscure bugs. See the changelog (http://www.sqlite.org/releaselog/3_14.html) for details.
Change-Id: I85ee07a6f8e693dfd88ff343fae932ee6be5771d
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
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 0b60355..251ce7b 100644 --- a/README.version +++ b/README.version @@ -1,3 +1,3 @@ -URL: http://sqlite.com/2016/sqlite-amalgamation-3130000.zip -Version: 3.13.0 +URL: http://sqlite.com/2016/sqlite-amalgamation-3140000.zip +Version: 3.14.0 BugComponent: 24950 |