mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
28579a2f90
This contains the changes to Mozilla specific code. a=blocking2.0 --HG-- extra : rebase_source : c4747fbb9ff8f9286e929391fcb21068e57484c9
17 lines
446 B
Plaintext
17 lines
446 B
Plaintext
This is sqlite 3.7.1
|
|
|
|
-- Shawn Wilsher <me@shawnwilsher.com>, 08/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
|