Diff
Not logged in

Differences From:

File src/sqlite3.h part of check-in [856e23a19b] - Merge with 076f7adff. by dmitry on 2009-10-15 08:01:58. Also file src/sqlite3.h part of check-in [076f7adff2] - Update to the latest version of SQLite. by drh on 2009-10-13 16:25:41. [view]

To:

File src/sqlite3.h part of check-in [232d10b736] - Begin adding a search capability; the code is not yet connected up. Also update to the latest version of SQLite. by drh on 2009-10-18 18:21:37. [view]

@@ -120,9 +120,9 @@
 ** Requirements: [H10011] [H10014]
 */
 #define SQLITE_VERSION        "3.6.19"
 #define SQLITE_VERSION_NUMBER 3006019
-#define SQLITE_SOURCE_ID      "2009-10-13 15:42:49 f894ebf86d6bafcd1461f104f5f677b3b6a3aa1a"
+#define SQLITE_SOURCE_ID      "2009-10-14 11:33:55 c1d499afc50d54b376945b4efb65c56c787a073d"
 
 /*
 ** CAPI3REF: Run-Time Library Version Numbers {H10020} <S60100>
 ** KEYWORDS: sqlite3_version