The unified diff between revisions [5587f68e..] and [95cbeaa8..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'sqlite/sqlite3.h'
#
#
# patch "sqlite/sqlite3.h"
# from [d1ab08a3d92270801782adad0dad0f31d6df7761]
# to [2c4119e974bd9182eb3597fbd6343c5e1c4bcb74]
#
============================================================
--- sqlite/sqlite3.h d1ab08a3d92270801782adad0dad0f31d6df7761
+++ sqlite/sqlite3.h 2c4119e974bd9182eb3597fbd6343c5e1c4bcb74
@@ -31,7 +31,7 @@ extern "C" {
#ifdef SQLITE_VERSION
# undef SQLITE_VERSION
#endif
-#define SQLITE_VERSION "3.2.6"
+#define SQLITE_VERSION "3.2.7"
/*
** The format of the version string is "X.Y.Z<trailing string>", where
@@ -48,7 +48,7 @@ extern "C" {
#ifdef SQLITE_VERSION_NUMBER
# undef SQLITE_VERSION_NUMBER
#endif
-#define SQLITE_VERSION_NUMBER 3002006
+#define SQLITE_VERSION_NUMBER 3002007
/*
** The version string is also compiled into the library so that a program