1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/db/sqlite3/README.MOZILLA Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +This is sqlite 3.8.4.2 1.5 + 1.6 +-- Ryan VanderMeulen <ryanvm@gmail.com>, 03/2014 1.7 + 1.8 +See http://www.sqlite.org/ for more info. 1.9 + 1.10 +We have a mozilla-specific Makefile.in in src/ (normally no 1.11 +Makefile.in there) that we use to build. 1.12 + 1.13 +To move to a new version: 1.14 + 1.15 +Copy the sqlite3.h and sqlite3.c files from the amalgamation of sqlite. 1.16 + 1.17 +Be sure to update SQLITE_VERSION accordingly in $(topsrcdir)/configure.in as 1.18 +well as the version number at the top of this file.