Bumping manifests a=b2g-bump
[gecko.git] / db / sqlite3 / README.MOZILLA
blob55ebb2a7beb36bb3f3d5f2054f10e11680d17af1
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 Makefile.in in src/ (normally no
7 Makefile.in 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.