Differences From:
File
src/sqlite3.h
part of check-in
[e200c8d65f]
- Check-in the fix for the i16/i64 mixup with the ynVar type in SQLite.
by
drh on
2009-11-05 00:07:53.
[view]
To:
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]
@@ -118,11 +118,11 @@
** [sqlite_version()] and [sqlite_source_id()].
**
** Requirements: [H10011] [H10014]
*/
-#define SQLITE_VERSION "3.6.20"
-#define SQLITE_VERSION_NUMBER 3006020
-#define SQLITE_SOURCE_ID "2009-11-04 23:02:52 f1c09acaca3e205acf5b077c9b2d0fe35f035c1e"
+#define SQLITE_VERSION "3.6.21"
+#define SQLITE_VERSION_NUMBER 3006021
+#define SQLITE_SOURCE_ID "2009-11-23 13:17:27 39214aee6553db76309851e7aa74fcc02d4f59b7"
/*
** CAPI3REF: Run-Time Library Version Numbers {H10020} <S60100>
** KEYWORDS: sqlite3_version