gecko/db/sqlite3/README.MOZILLA
Shawn Wilsher 69e2a20a50 Bug 493560 - Upgrade to SQLite 3.6.14.2
This change contains the changes to mozilla code for the SQLite upgrade.
r=asuth
2009-06-11 14:21:03 -07:00

17 lines
448 B
Plaintext

This is sqlite 3.6.14.2
-- Shawn Wilsher <me@shawnwilsher.com>, 5/2009
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:
Simply copy the sqlite3.h and sqlite3.c files from the amalgamation of sqlite.
Be sure to update SQLITE_VERSION accordingly in $(topsrcdir)/configure.in.
-- Shawn Wilsher <me@shawnwilsher.com> 01/2008