From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- db/sqlite3/README.MOZILLA | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 db/sqlite3/README.MOZILLA (limited to 'db/sqlite3/README.MOZILLA') diff --git a/db/sqlite3/README.MOZILLA b/db/sqlite3/README.MOZILLA new file mode 100644 index 000000000..55ebb2a7b --- /dev/null +++ b/db/sqlite3/README.MOZILLA @@ -0,0 +1,13 @@ +This is the SQLite amalgamation. +Check sqlite3.h for the version number and source id. + +See http://www.sqlite.org/ for more info. + +We have a mozilla-specific Makefile.in in src/ (normally no +Makefile.in there) that we use to build. + +To move to a new version: + +Copy the sqlite3.h and sqlite3.c files from the amalgamation of sqlite. + +Be sure to update SQLITE_VERSION accordingly in $(topsrcdir)/configure.in. -- cgit v1.2.3