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