Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: third_party/sqlite/README.chromium

Issue 2366013002: [sqlite] Bring patches up-to-date with trunk. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/sqlite/patches/0005-Virtual-table-supporting-recovery-of-corrupted-datab.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/README.chromium
diff --git a/third_party/sqlite/README.chromium b/third_party/sqlite/README.chromium
index a7217812fae2f453e8c255882b5556e2eb983477..6c3667aa9468b13b469a47ef0e211bda96d42a80 100644
--- a/third_party/sqlite/README.chromium
+++ b/third_party/sqlite/README.chromium
@@ -1,6 +1,6 @@
Name: sqlite
URL: http://sqlite.org/
-Version: 3.8.7.4
+Version: 3.10.2
Included In Release: Yes
Security Critical: Yes
License: Public domain
@@ -55,6 +55,7 @@ BASE=3080704
#### Create a reference branch.
git checkout -b sqlite_${BASE} master
git rm -rf src
+rm -rf src # In case there are things git doesn't know in there.
cp -a sqlite-src-${BASE} src
# -f includes ignored files, of which there are a couple.
git add -f src/
« no previous file with comments | « no previous file | third_party/sqlite/patches/0005-Virtual-table-supporting-recovery-of-corrupted-datab.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698