diff options
author | Park Ju Hyung <qkrwngud825@gmail.com> | 2016-12-06 01:00:46 +0900 |
---|---|---|
committer | Alex Naidis <alex.naidis@linux.com> | 2016-12-09 17:54:58 +0100 |
commit | 7ba711e053994ade0e96f58ecd1839ac1b0db787 (patch) | |
tree | cfb22384ffe1217571497c4f79816c0dec81cda0 /README.version | |
parent | 8f362d835bb5506f4e27c67e5e558cc57295db5b (diff) |
sqlite: upgrade to SQLite 3.15.2
Downloaded from https://www.sqlite.org/2016/sqlite-amalgamation-3150200.zip
$ sha256sum sqlite-amalgamation-3150200.zip
37e4bffc5568434267617a83671e0b9b39bbcb3732fd75cbcbce250cbd5fd091 sqlite-amalgamation-3150200.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 minor release contains bug fixes.
More details about the release is avaliable here: https://sqlite.org/releaselog/3_15_2.html
Change-Id: I684208e2b2ab41cf6edd97ed719e9c9db3f7edeb
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
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 8b2389f..d0291ae 100644 --- a/README.version +++ b/README.version @@ -1,3 +1,3 @@ -URL: https://sqlite.org/2016/sqlite-amalgamation-3150100.zip -Version: 3.15.1 +URL: https://sqlite.org/2016/sqlite-amalgamation-3150200.zip +Version: 3.15.2 BugComponent: 24950 |