2014-01-07 06:09:05 -08:00
|
|
|
This is sqlite 3.8.2
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2014-01-07 06:09:05 -08:00
|
|
|
-- Ryan VanderMeulen <ryanvm@gmail.com>, 12/2013
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
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:
|
|
|
|
|
2012-12-17 11:25:10 -08:00
|
|
|
Copy the sqlite3.h and sqlite3.c files from the amalgamation of sqlite.
|
2010-09-03 07:41:55 -07:00
|
|
|
|
2011-01-21 11:56:43 -08:00
|
|
|
Be sure to update SQLITE_VERSION accordingly in $(topsrcdir)/configure.in as
|
|
|
|
well as the version number at the top of this file.
|