diff options
author | gvit <gvit@ydb.tech> | 2022-07-11 13:20:36 +0300 |
---|---|---|
committer | gvit <gvit@ydb.tech> | 2022-07-11 13:20:36 +0300 |
commit | 285021ab1aac39e84b269d9bacd4deee69cf63fc (patch) | |
tree | 36d0798a73ed651f59584d66b7753c1055099cb5 /contrib/libs/sqlite3/config.h | |
parent | 8895ca7eeadc7a652558c10eb505ff84270a14b2 (diff) | |
download | ydb-285021ab1aac39e84b269d9bacd4deee69cf63fc.tar.gz |
Change "flat_ut.cpp": remove failing init root test
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 d874fae07c..d39d0fe2de 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.5" +#define PACKAGE_STRING "sqlite 3.39.0" /* 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.5" +#define PACKAGE_VERSION "3.39.0" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 |