aboutsummaryrefslogtreecommitdiff
path: root/tea/configure.ac
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2024-08-26 19:55:54 +0000
committerCy Schubert <cy@FreeBSD.org>2024-08-26 19:55:54 +0000
commit657ea345f331704c612a35e5a74968bef9ffcfd8 (patch)
tree90bc62c8d28eb82ac78d32458aa4ac2620a7cdba /tea/configure.ac
parent259d29fd8c012d4392fa59ff803b691ead5b304d (diff)
sqlite3: Vendor import of sqlite3 3.46.1vendor/sqlite3/sqlite-3460100
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 f188f22039ba..ea7eeda70fff 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.46.0])
+AC_INIT([sqlite],[3.46.1])
#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.