blob: e17ed0c069a36f76fc8f4f2d216bacf4401ce0ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
This is sqlite 3.8.10.1
-- Moonchild <moonchild@palemoon.org>, 05/2015
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:
Copy the sqlite3.h and sqlite3.c files from the amalgamation of sqlite.
Be sure to update SQLITE_VERSION accordingly in $(topsrcdir)/configure.in as
well as the version number at the top of this file.
|