diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2022-10-13 20:57:58 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2022-10-13 20:57:58 +0300 |
commit | 15400dc278ba76688500c9d5b591fc784b08a187 (patch) | |
tree | b87801b6b5410c7078a05ac1fed8f4913eb8f99d /contrib/libs/sqlite3/config.h | |
parent | 2177049175218651b61a5003dbc8404d1fcffc6d (diff) | |
download | ydb-15400dc278ba76688500c9d5b591fc784b08a187.tar.gz |
Update contrib/libs/sqlite3 to 3.39.4
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 58f6ccb0591..647b51d87c2 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.3" +#define PACKAGE_STRING "sqlite 3.39.4" /* 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.3" +#define PACKAGE_VERSION "3.39.4" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 |