Bug 1689081 [wpt PR 27348] - Revert "Element reflection implementation updates."...
[gecko.git] / third_party / sqlite3 / README.MOZILLA
blob6cbccb1e013a3cb267d8dd704376f0837a812a90
1 This is the SQLite amalgamation.
2 Check sqlite3.h for the version number and source id.
4 See http://www.sqlite.org/ for more info.
6 We have a mozilla-specific moz.build in src/ (normally no
7 moz.build there) that we use to build.
9 To move to a new version:
11 Copy the sqlite3.h and sqlite3.c files from the amalgamation of sqlite.
13 Be sure to update SQLITE_VERSION accordingly in $(topsrcdir)/configure.in.