Bug 415947: upgrade SQLite to 3.5.7, r=sdwilsh, a1.9=beltzner

This commit is contained in:
mozilla@weilbacher.org 2008-03-19 15:40:10 -07:00
parent 77c7d93420
commit 902e89bce5
5 changed files with 12807 additions and 40675 deletions

View File

@ -128,7 +128,7 @@ LIBGNOME_VERSION=2.0
STARTUP_NOTIFICATION_VERSION=0.8
DBUS_VERSION=0.60
LCMS_VERSION=1.17
SQLITE_VERSION=3.5
SQLITE_VERSION=3.5.7
MSMANIFEST_TOOL=

View File

@ -1,7 +1,7 @@
This is sqlite 3.5.4.1
This is sqlite 3.5.7
-- Shawn Wilsher <me@shawnwilsher.com> 01/2008
-- Peter Weilbacher <mozilla@weilbacher.org> 03/2008
See http://www.sqlite.org/ for more info.

View File

@ -38,7 +38,6 @@ LIBRARY sqlite3.dll
EXPORTS
sqlite3_aggregate_context
sqlite3_aggregate_count
sqlite3_apis
sqlite3_auto_extension
sqlite3_bind_blob
sqlite3_bind_double

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff