aboutsummaryrefslogtreecommitdiff
path: root/sqlite3-binding.h
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2022-10-26 10:03:31 +0900
committermattn <mattn.jp@gmail.com>2022-10-26 22:03:24 +0900
commit31c761827c59093893c826102195a5eccd2cf387 (patch)
treeb9ff37fd83aeefdeca30db37a45c7b0ffb6b837f /sqlite3-binding.h
parentUpdating vtable example, "BestIndex" method (#1099) (diff)
downloadgolite-31c761827c59093893c826102195a5eccd2cf387.tar.gz
golite-31c761827c59093893c826102195a5eccd2cf387.tar.xz
Update amalgamation code
Diffstat (limited to 'sqlite3-binding.h')
-rw-r--r--sqlite3-binding.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sqlite3-binding.h b/sqlite3-binding.h
index 22966bc..ab00ef5 100644
--- a/sqlite3-binding.h
+++ b/sqlite3-binding.h
@@ -147,9 +147,9 @@ extern "C" {
** [sqlite3_libversion_number()], [sqlite3_sourceid()],
** [sqlite_version()] and [sqlite_source_id()].
*/
-#define SQLITE_VERSION "3.39.2"
-#define SQLITE_VERSION_NUMBER 3039002
-#define SQLITE_SOURCE_ID "2022-07-21 15:24:47 698edb77537b67c41adc68f9b892db56bcf9a55e00371a61420f3ddd668e6603"
+#define SQLITE_VERSION "3.39.4"
+#define SQLITE_VERSION_NUMBER 3039004
+#define SQLITE_SOURCE_ID "2022-09-29 15:55:41 a29f9949895322123f7c38fbe94c649a9d6e6c9cd0c3b41c96d694552f26b309"
/*
** CAPI3REF: Run-Time Library Version Numbers