Differences From:
File
src/sqlite3.h
part of check-in
[0e82ba024c]
- Update the SQLite implementation to the latest from CVS.
by
drh on
2009-06-25 13:00:36.
[view]
To:
File
src/sqlite3.h
part of check-in
[623a9129c8]
- Update to the latest SQLite. On the "Ticket" page, if "nobody" is not allowed
to create new tickets but "anonymous" is, then offer a hyperlink to log in
as anonymous. Change the default settings to be more secure.
by
drh on
2009-07-06 23:53:18.
[view]
@@ -98,10 +98,10 @@
** See also: [sqlite3_libversion()] and [sqlite3_libversion_number()].
**
** Requirements: [H10011] [H10014]
*/
-#define SQLITE_VERSION "3.6.15"
-#define SQLITE_VERSION_NUMBER 3006015
+#define SQLITE_VERSION "3.6.16"
+#define SQLITE_VERSION_NUMBER 3006016
/*
** CAPI3REF: Run-Time Library Version Numbers {H10020} <S60100>
** KEYWORDS: sqlite3_version