diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2023-05-28 14:07:30 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2023-05-28 14:07:30 +0000 |
| commit | 92b2b066353ddd32e1d59f8c52c430d552d9a9a5 (patch) | |
| tree | 476f30182a791a1d59723857020ad6ff590d3c35 /tea/configure.ac | |
| parent | 853a43f7c79218855a6e45a25a00b942972e3fa1 (diff) | |
sqlite3: Vendor import of sqlite3 3.42.0vendor/sqlite3/sqlite-3420000
Release notes at https://www.sqlite.org/releaselog/3_42_0.html.
Obtained from: https://www.sqlite.org/2023/sqlite-autoconf-3420000.tar.gz
Diffstat (limited to 'tea/configure.ac')
| -rw-r--r-- | tea/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tea/configure.ac b/tea/configure.ac index 8c06474a1af3..e26780e2e9fa 100644 --- a/tea/configure.ac +++ b/tea/configure.ac @@ -19,7 +19,7 @@ dnl to configure the system for the local environment. # so that we create the export library with the dll. #----------------------------------------------------------------------- -AC_INIT([sqlite],[3.41.2]) +AC_INIT([sqlite],[3.42.0]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. |
