Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / db / sqlite3 / README.MOZILLA
blob88dfa575889cbc12c1788d7d8d815f212da326a1
1 This is sqlite 3.6.6.2
3 -- Shawn Wilsher <me@shawnwilsher.com>, 11/2008
5 See http://www.sqlite.org/ for more info.
7 We have a mozilla-specific Makefile.in in src/ (normally no
8 Makefile.in there) that we use to build.
10 To move to a new version:
12 Simply copy the sqlite3.h and sqlite3.c files from the amalgamation of sqlite.
14 Be sure to update SQLITE_VERSION accordingly in $(topsrcdir)/configure.in.
16 -- Shawn Wilsher <me@shawnwilsher.com> 01/2008