Bug 411780: update SQLite to 3.5.4.1 to get stability fixes and OS/2 updates, p=sdwilsh, a=mtschrep

This commit is contained in:
mozilla@weilbacher.org 2008-01-22 05:54:06 -08:00
parent 202a7a8168
commit 243d09114b
3 changed files with 878 additions and 41327 deletions

View File

@ -1,4 +1,4 @@
This is sqlite 3.5.4 This is sqlite 3.5.4.1
-- Shawn Wilsher <me@shawnwilsher.com> 01/2008 -- Shawn Wilsher <me@shawnwilsher.com> 01/2008

File diff suppressed because it is too large Load Diff

View File

@ -30,7 +30,7 @@
** the version number) and changes its name to "sqlite3.h" as ** the version number) and changes its name to "sqlite3.h" as
** part of the build process. ** part of the build process.
** **
** @(#) $Id: sqlite3.h,v 1.16 2008/01/11 09:12:25 dwitte%stanford.edu Exp $ ** @(#) $Id: sqlite3.h,v 1.17 2008/01/22 13:54:07 mozilla%weilbacher.org Exp $
*/ */
#ifndef _SQLITE3_H_ #ifndef _SQLITE3_H_
#define _SQLITE3_H_ #define _SQLITE3_H_
@ -88,7 +88,7 @@ extern "C" {
** **
** See also: [sqlite3_libversion()] and [sqlite3_libversion_number()]. ** See also: [sqlite3_libversion()] and [sqlite3_libversion_number()].
*/ */
#define SQLITE_VERSION "3.5.4" #define SQLITE_VERSION "3.5.4.1"
#define SQLITE_VERSION_NUMBER 3005004 #define SQLITE_VERSION_NUMBER 3005004
/* /*