aboutsummaryrefslogtreecommitdiff
path: root/tea/configure.ac
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-05-28 14:07:30 +0000
committerCy Schubert <cy@FreeBSD.org>2023-05-28 14:07:30 +0000
commit92b2b066353ddd32e1d59f8c52c430d552d9a9a5 (patch)
tree476f30182a791a1d59723857020ad6ff590d3c35 /tea/configure.ac
parent853a43f7c79218855a6e45a25a00b942972e3fa1 (diff)
sqlite3: Vendor import of sqlite3 3.42.0vendor/sqlite3/sqlite-3420000
Diffstat (limited to 'tea/configure.ac')
-rw-r--r--tea/configure.ac2
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.