diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-17 20:49:45 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-17 20:49:45 +0300 |
commit | a69ff2522cb406dd22c19acedc40b68d482628f7 (patch) | |
tree | 2ffe917a60d6364d648c314323944fd780d3de85 /contrib/libs/sqlite3/config.h | |
parent | 9d42691833fa286dd17ed69b129158a5d0896245 (diff) | |
download | ydb-a69ff2522cb406dd22c19acedc40b68d482628f7.tar.gz |
intermediate changes
ref:1abbc1a4aac58e9775b192a06be577ba688ea039
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 711879636a..ff679d6f17 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.0" +#define PACKAGE_STRING "sqlite 3.38.1" /* 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.0" +#define PACKAGE_VERSION "3.38.1" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 |