Diff
Not logged in

Differences From:

File src/sqlite3.h part of check-in [ed28f6e76d] - Update SQLite to the latest code (just prior to 3.6.8). by drh on 2009-01-10 13:16:05. [view]

To:

File src/sqlite3.h part of check-in [c002a008e6] - Update SQLite to version 3.6.10. by drh on 2009-01-15 16:03:17. [view]

@@ -106,10 +106,10 @@
 ** {H10014} The SQLITE_VERSION_NUMBER #define shall resolve to an integer
 **          with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z
 **          are the major version, minor version, and release number.
 */
-#define SQLITE_VERSION         "3.6.8"
-#define SQLITE_VERSION_NUMBER  3006008
+#define SQLITE_VERSION         "3.6.10"
+#define SQLITE_VERSION_NUMBER  3006010
 
 /*
 ** CAPI3REF: Run-Time Library Version Numbers {H10020} <S60100>
 ** KEYWORDS: sqlite3_version