summaryrefslogtreecommitdiff
path: root/tea/configure.ac
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-08-30 22:29:34 +0000
committerCy Schubert <cy@FreeBSD.org>2022-08-30 22:29:34 +0000
commit1545dd7d6cc54bdfca9bc9f74c42745b514b60c9 (patch)
tree95baf3f3134986ddf1c2650df7cb45ed08d65252 /tea/configure.ac
parent2380f7c9781e64d137f0712a8fb185dee648ed8c (diff)
sqlite3: Vendor import of sqlite3 3.39.2vendor/sqlite3/sqlite-3390200
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 50555afe73a8..03519f357c72 100644
--- a/tea/configure.ac
+++ b/tea/configure.ac
@@ -19,7 +19,7 @@ dnl to configure the system for the local environment.
# so you can encode the package version directly into the source files.
#-----------------------------------------------------------------------
-AC_INIT([sqlite], [3.39.0])
+AC_INIT([sqlite], [3.39.2])
#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.