gecko/db/sqlite3/README.MOZILLA
Shawn Wilsher c4c4bda192 Bug 581000 - Upgrade to SQLite 3.7.0
This changeset contains the changes needed to Mozilla code.
a=blocking2.0
2010-07-23 08:28:30 -07:00

17 lines
446 B
Plaintext

This is sqlite 3.7.0
-- Shawn Wilsher <me@shawnwilsher.com>, 07/2010
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