From f3327e6dcaf9d3197500704fa196db425df67309 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sat, 24 Aug 2013 20:05:59 -0700 Subject: [PATCH] Update to SQLite 3.8.0 Pre-release (as of 2013-08-22 02:56 UTC) --- modules/beast_sqlite/sqlite/sqlite3.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/beast_sqlite/sqlite/sqlite3.c b/modules/beast_sqlite/sqlite/sqlite3.c index a60ca9435..c1cb5bc6d 100644 --- a/modules/beast_sqlite/sqlite/sqlite3.c +++ b/modules/beast_sqlite/sqlite/sqlite3.c @@ -25,6 +25,11 @@ #ifndef SQLITE_API # define SQLITE_API #endif +// +// VFALCO: NOTE +// This is actually the pre-release snapshot as of 2013-08-22 02:56 UTC +// as indicated in the SQLITE_VERSION macro. +// /************** Begin file sqliteInt.h ***************************************/ /* ** 2001 September 15