diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2022-07-23 09:52:16 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2022-07-23 09:52:16 +0300 |
commit | 51865ab4525ff201ea60b093ffab0f72cc9694a2 (patch) | |
tree | 120771cca4ef52e13a09b8e0232bc71253672ace /contrib/libs/sqlite3/config.h | |
parent | d864f930afc0d64d0c73faf91357b9856ca5b611 (diff) | |
download | ydb-51865ab4525ff201ea60b093ffab0f72cc9694a2.tar.gz |
Update contrib/libs/sqlite3 to 3.39.2
Diffstat (limited to 'contrib/libs/sqlite3/config.h')
-rw-r--r-- | contrib/libs/sqlite3/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/sqlite3/config.h b/contrib/libs/sqlite3/config.h index 9a67be7fa4b..8141132dfbe 100644 --- a/contrib/libs/sqlite3/config.h +++ b/contrib/libs/sqlite3/config.h @@ -114,13 +114,13 @@ #define PACKAGE_NAME "sqlite" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "sqlite 3.39.1" +#define PACKAGE_STRING "sqlite 3.39.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "sqlite" /* Define to the version of this package. */ -#define PACKAGE_VERSION "3.39.1" +#define PACKAGE_VERSION "3.39.2" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 |