diff options
author | Vasu Nori <vnori@google.com> | 2010-03-03 11:45:27 -0800 |
---|---|---|
committer | Vasu Nori <vnori@google.com> | 2010-03-03 11:51:56 -0800 |
commit | 049406b944167376e8973451e6a02846f26daaf3 (patch) | |
tree | d3ba9f5491a1c611be57c38d116af19ab12ef7c8 /dist/sqlite3.h | |
parent | aae12b8a5af3a1ac77382b067d9ebb350fbd0644 (diff) |
merge vacuum bug fix from http://www.sqlite.org/src/info/e534223435
Diffstat (limited to 'dist/sqlite3.h')
-rw-r--r-- | dist/sqlite3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/sqlite3.h b/dist/sqlite3.h index b971516..9e5c6e7 100644 --- a/dist/sqlite3.h +++ b/dist/sqlite3.h @@ -109,7 +109,7 @@ extern "C" { */ #define SQLITE_VERSION "3.6.22" #define SQLITE_VERSION_NUMBER 3006022 -#define SQLITE_SOURCE_ID "2010-02-25 14:56:29 b8fbf4275bded6680e368a6a8343866467bd7e22" +#define SQLITE_SOURCE_ID "2010-03-03 00:02:58 e5342234357dcfde33fb7589f87d64f6de7d9970" /* ** CAPI3REF: Run-Time Library Version Numbers |