From 1959a93f28ddaf9d5c8c5a4340054271d38d3d98 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) --- Subtrees/beast/modules/beast_sqlite/sqlite/sqlite3.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Subtrees/beast/modules/beast_sqlite/sqlite/sqlite3.c b/Subtrees/beast/modules/beast_sqlite/sqlite/sqlite3.c index a60ca94357..c1cb5bc6d3 100644 --- a/Subtrees/beast/modules/beast_sqlite/sqlite/sqlite3.c +++ b/Subtrees/beast/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