summaryrefslogtreecommitdiff
path: root/README.version
diff options
context:
space:
mode:
authorFyodor Kupolov <fkupolov@google.com>2018-02-13 16:45:16 -0800
committerFyodor Kupolov <fkupolov@google.com>2018-02-14 00:57:29 +0000
commit0181ec2d7e84e3aa37130674021fb0b822732c7c (patch)
treeb671c157ef926fb5b8674f4345bf05690ed53f0c /README.version
parent5a0ca1534939d36356191fd824fdcae5f4ef41d2 (diff)
sqlite: Upgrade to SQLite 3.22.0
Downloaded from https://www.sqlite.org/2018/sqlite-autoconf-3220000.tar.gz $ sha1sum sqlite-autoconf-3220000.tar.gz 2fb24ec12001926d5209d2da90d252b9825366ac sqlite-autoconf-3220000.tar.gz dist/orig contains the stock sqlite3 code, as packaged in the tar.gz file above. dist contains a copy of dist/orig, but with the Android.patch file applied. The Android specific patch didn't apply cleanly due to merge conflict in shell.c. The conflict was resolved and the patch was regenerated. More details about the release are available here: https://www.sqlite.org/releaselog/3_22_0.html Test: code compiles and device boots with no problems. Test: select sqlite_version() - returns 3.22.0 Test: cts/SQLiteDatabaseTest Bug: 73005878 Change-Id: Iba62f75ae9b16fe55f6bb6a1c37a718a27d16a73
Diffstat (limited to 'README.version')
-rw-r--r--README.version4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.version b/README.version
index 58f47fa..8a1c169 100644
--- a/README.version
+++ b/README.version
@@ -1,3 +1,3 @@
-URL: https://sqlite.org/src/tarball/SQLite-605907e7.tar.gz
-Version: 3.19.4 605907e73adb4533
+URL: https://www.sqlite.org/2018/sqlite-autoconf-3220000.tar.gz
+Version: 3.22.0 0c55d179733b46d8
BugComponent: 24950