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

git-svn-id: svn://10.0.0.236/trunk@243726 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla%weilbacher.org
2008-01-22 13:54:07 +00:00
parent c108150a54
commit ca9cffca7e
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

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
** part of the build process.
**
** @(#) $Id: sqlite3.h,v 1.14 2008/01/11 05:12:33 sdwilsh%shawnwilsher.com Exp $
** @(#) $Id: sqlite.h.in,v 1.278 2007/12/13 21:54:11 drh Exp $
*/
#ifndef _SQLITE3_H_
#define _SQLITE3_H_
@@ -88,7 +88,7 @@ extern "C" {
**
** 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
/*