mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
4a9618fd08
This changeset only contains changes to Mozilla code.
17 lines
447 B
Plaintext
17 lines
447 B
Plaintext
This is sqlite 3.6.20
|
|
|
|
-- Shawn Wilsher <me@shawnwilsher.com>, 11/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
|