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

Unified Diff: third_party/sqlite/README.chromium

Issue 6990047: Import SQLite 3.7.6.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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/amalgamation/sqlite3.h » ('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 227e81f66fcb31bc4b8ff3de373be26585256785..b501a9f2e51c41f228bc3dd72ca69bc53fc4c0ab 100644
--- a/third_party/sqlite/README.chromium
+++ b/third_party/sqlite/README.chromium
@@ -1,13 +1,13 @@
Name: sqlite
License File: src/LICENSE
URL: http://sqlite.org/
-Version: 3.6.18
+Version: 3.7.6.3
Included In Release: Yes
Security Critical: Yes
Instructions for importing a new release of SQLite from sqlite.org.
-Note: our current base version is 3.6.18.
+Note: our current base version is 3.7.6.3.
First, you need to be on Linux.
@@ -18,14 +18,16 @@ First, you need to be on Linux.
# Note - this is just an example. Always refer to the version above for our
# real current version.
# Set some variables to remember the versions, e.g.:
-BASE=3.6.18
-LATEST=3.6.22
+BASE=3.7.6.3
+LATEST=3.7.6.4
# Get to the src/third_party directory in your Chromium client:
cd src/third_party
# Download the .tar.gz files for the releases:
# (If the URL changes you might need to find the new one.)
+# TODO(shess): Rewrite this to track the new naming format. Meanwhile,
+# manually navigate to www.sqlite.org and find downloads, use "legacy" version.
wget http://www.sqlite.org/sqlite-$BASE.tar.gz
wget http://www.sqlite.org/sqlite-$LATEST.tar.gz
« no previous file with comments | « no previous file | third_party/sqlite/amalgamation/sqlite3.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698