Differences From:
File
src/sqlite3.h
part of check-in
[b4ec5750c6]
- Update the built-in SQLite to version 3.6.14.
by
drh on
2009-05-07 00:47:20.
[view]
To:
File
src/sqlite3.h
part of check-in
[3b76c0474e]
- Upgrade SQLite to version 3.6.14.1.
by
drh on
2009-05-18 18:54:00.
[view]
@@ -98,9 +98,9 @@
** See also: [sqlite3_libversion()] and [sqlite3_libversion_number()].
**
** Requirements: [H10011] [H10014]
*/
-#define SQLITE_VERSION "3.6.14"
+#define SQLITE_VERSION "3.6.14.1"
#define SQLITE_VERSION_NUMBER 3006014
/*
** CAPI3REF: Run-Time Library Version Numbers {H10020} <S60100>