Differences From:
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]
To:
File
src/sqlite3.h
part of check-in
[7a2c37063a]
- merge trunk into creole branch
by
bob on
2009-09-22 07:49:39.
Also file
src/sqlite3.h
part of check-in
[129edda98e]
- Update to the latest SQLite. Fix a bug in the "diff" and "gdiff" commands.
Fix a bug that prevented "fossil config pull" from working.
by
drh on
2009-09-11 15:06:34.
[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-10 19:20:03 e9d064bd9318c2bc9248df948f71fd30f24525eb"
+#define SQLITE_SOURCE_ID "2009-09-11 14:05:07 b084828a771ec40be85f07c590ca99de4f6c24ee"
/*
** CAPI3REF: Run-Time Library Version Numbers {H10020} <S60100>
** KEYWORDS: sqlite3_version