Differences From:
File
src/sqlite3.h
part of check-in
[f3d4a2db53]
- Update the SQLite used internally to the first 3.6.21 release candidate.
by
drh on
2009-11-23 13:21:26.
[view]
To:
File
src/sqlite3.h
part of check-in
[732d7c406e]
- Update to the latest version of SQLite with improved sqlite3_trace() support.
This makes the output of --sqltrace much more helpful.
by
drh on
2009-11-25 22:14:11.
[view]
@@ -120,9 +120,9 @@
** Requirements: [H10011] [H10014]
*/
#define SQLITE_VERSION "3.6.21"
#define SQLITE_VERSION_NUMBER 3006021
-#define SQLITE_SOURCE_ID "2009-11-23 13:17:27 39214aee6553db76309851e7aa74fcc02d4f59b7"
+#define SQLITE_SOURCE_ID "2009-11-25 21:05:09 5086bf8e838c824accda531afeb56a51dd40d795"
/*
** CAPI3REF: Run-Time Library Version Numbers {H10020} <S60100>
** KEYWORDS: sqlite3_version