aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/sqlite3/sqlite3.h
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2022-07-23 09:52:16 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2022-07-23 09:52:16 +0300
commit51865ab4525ff201ea60b093ffab0f72cc9694a2 (patch)
tree120771cca4ef52e13a09b8e0232bc71253672ace /contrib/libs/sqlite3/sqlite3.h
parentd864f930afc0d64d0c73faf91357b9856ca5b611 (diff)
downloadydb-51865ab4525ff201ea60b093ffab0f72cc9694a2.tar.gz
Update contrib/libs/sqlite3 to 3.39.2
Diffstat (limited to 'contrib/libs/sqlite3/sqlite3.h')
-rw-r--r--contrib/libs/sqlite3/sqlite3.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/sqlite3/sqlite3.h b/contrib/libs/sqlite3/sqlite3.h
index be28eeb1ef..6c2018db2b 100644
--- a/contrib/libs/sqlite3/sqlite3.h
+++ b/contrib/libs/sqlite3/sqlite3.h
@@ -146,9 +146,9 @@ extern "C" {
** [sqlite3_libversion_number()], [sqlite3_sourceid()],
** [sqlite_version()] and [sqlite_source_id()].
*/
-#define SQLITE_VERSION "3.39.1"
-#define SQLITE_VERSION_NUMBER 3039001
-#define SQLITE_SOURCE_ID "2022-07-13 19:41:41 7c16541a0efb3985578181171c9f2bb3fdc4bad6a2ec85c6e31ab96f3effalt1"
+#define SQLITE_VERSION "3.39.2"
+#define SQLITE_VERSION_NUMBER 3039002
+#define SQLITE_SOURCE_ID "2022-07-21 15:24:47 698edb77537b67c41adc68f9b892db56bcf9a55e00371a61420f3ddd668ealt1"
/*
** CAPI3REF: Run-Time Library Version Numbers