Differences From:
File
src/sqlite3.h
part of check-in
[fac950a173]
- Update to the latest version of SQLite. Make use of the new
sqlite3_strnicmp() interface.
by
drh on
2009-09-09 16:14:08.
[view]
To:
File
src/sqlite3.h
part of check-in
[aeaee1f385]
- Add extra quoted to system() calls on windows. Ticket 8d073be8808b.
Also update to the latest SQLite.
by
drh on
2009-09-10 23:00:22.
[view]
@@ -120,9 +120,9 @@
** Requirements: [H10011] [H10014]
*/
#define SQLITE_VERSION "3.6.18"
#define SQLITE_VERSION_NUMBER 3006018
-#define SQLITE_SOURCE_ID "2009-09-09 16:10:51 f0c72a53c5d57d7487b48a06a40816153f47aaac"
+#define SQLITE_SOURCE_ID "2009-09-10 19:20:03 e9d064bd9318c2bc9248df948f71fd30f24525eb"
/*
** CAPI3REF: Run-Time Library Version Numbers {H10020} <S60100>
** KEYWORDS: sqlite3_version