diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-28 09:11:10 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-28 09:11:10 +0300 |
commit | 48af3ac5acb68ca98e56db49d1d6361e77939d3b (patch) | |
tree | a70013f0dd7fe1611ff3116a81049e81e8898e88 /contrib/libs/sqlite3/config.h | |
parent | 89c3ea4758ef1b8ee05865c7691327ca8c6db81f (diff) | |
download | ydb-48af3ac5acb68ca98e56db49d1d6361e77939d3b.tar.gz |
intermediate changes
ref:1a63b74b61c8b2de44dfe7402fcceaa40fd8b450
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 ff679d6f17..f5d600588d 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.38.1" +#define PACKAGE_STRING "sqlite 3.38.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.38.1" +#define PACKAGE_VERSION "3.38.2" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 |