README.MOZILLA 408 B

1234567891011121314
  1. This is the SQLite amalgamation.
  2. Check sqlite3.h for the version number and source id.
  3. See http://www.sqlite.org/ for more info.
  4. We have a mozilla-specific Makefile.in in src/ (normally no
  5. Makefile.in there) that we use to build.
  6. To move to a new version:
  7. Copy the sqlite3.h and sqlite3.c files from the amalgamation of sqlite.
  8. Be sure to update SQLITE_VERSION accordingly in $(topsrcdir)/configure.in.