diff options
author | robot-contrib <[email protected]> | 2023-01-12 10:59:30 +0300 |
---|---|---|
committer | robot-contrib <[email protected]> | 2023-01-12 10:59:30 +0300 |
commit | 90a03ae6d7b5632c8ee6148b5733641d28a125d9 (patch) | |
tree | baec7be2456a7ffcaaf118db0f64bbc7a62ad545 /contrib/libs/sqlite3/sqlite_cfg.h | |
parent | d844b72762965c80c4219cc3456f33bb838c3d29 (diff) |
Update contrib/libs/sqlite3 to 3.40.1
Diffstat (limited to 'contrib/libs/sqlite3/sqlite_cfg.h')
-rw-r--r-- | contrib/libs/sqlite3/sqlite_cfg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/sqlite3/sqlite_cfg.h b/contrib/libs/sqlite3/sqlite_cfg.h index 3a2f6418126..852cda51613 100644 --- a/contrib/libs/sqlite3/sqlite_cfg.h +++ b/contrib/libs/sqlite3/sqlite_cfg.h @@ -117,7 +117,7 @@ #define PACKAGE_NAME "sqlite" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "sqlite 3.40.0" +#define PACKAGE_STRING "sqlite 3.40.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "sqlite" @@ -126,7 +126,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "3.40.0" +#define PACKAGE_VERSION "3.40.1" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 |