Differences From:
File
src/sqlite3.h
part of check-in
[dec2c22d9d]
- Update the version of SQLite used internally to 3.6.6.1.
by
drh on
2008-11-22 15:40:39.
[view]
To:
File
src/sqlite3.h
part of check-in
[f84bfc31bf]
- Update the version of SQLite used to 3.6.6.2.
by
drh on
2008-11-27 02:30:29.
[view]
@@ -106,9 +106,9 @@
** {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.6.1"
+#define SQLITE_VERSION "3.6.6.2"
#define SQLITE_VERSION_NUMBER 3006006
/*
** CAPI3REF: Run-Time Library Version Numbers {H10020} <S60100>