diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2022-09-06 21:21:07 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2022-09-06 21:21:07 +0300 |
commit | 56457622e8898a32a4c9265ef4ab1a4a4a6f6585 (patch) | |
tree | fc0ee0cd844fb8018165c5f944067d92d4f2755e /contrib/libs/sqlite3/sqlite3.h | |
parent | cf20ca64f8cec9dab9ce6adf8a63fa63c3b1af06 (diff) | |
download | ydb-56457622e8898a32a4c9265ef4ab1a4a4a6f6585.tar.gz |
Update contrib/libs/sqlite3 to 3.39.3
Diffstat (limited to 'contrib/libs/sqlite3/sqlite3.h')
-rw-r--r-- | contrib/libs/sqlite3/sqlite3.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/sqlite3/sqlite3.h b/contrib/libs/sqlite3/sqlite3.h index 6c2018db2b5..c5374ea82dd 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.2" -#define SQLITE_VERSION_NUMBER 3039002 -#define SQLITE_SOURCE_ID "2022-07-21 15:24:47 698edb77537b67c41adc68f9b892db56bcf9a55e00371a61420f3ddd668ealt1" +#define SQLITE_VERSION "3.39.3" +#define SQLITE_VERSION_NUMBER 3039003 +#define SQLITE_SOURCE_ID "2022-09-05 11:02:23 4635f4a69c8c2a8df242b384a992aea71224e39a2ccab42d8c0b0602f1e8alt1" /* ** CAPI3REF: Run-Time Library Version Numbers |