aboutsummaryrefslogtreecommitdiff
path: root/tea/configure.ac
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-09-20 03:07:59 +0000
committerCy Schubert <cy@FreeBSD.org>2022-09-20 03:07:59 +0000
commitc51041e1ade322127d8dd584b6e9e5c355f11daa (patch)
tree5af7cf9df049edf2f01f657fec26907b10a1b53a /tea/configure.ac
parent1545dd7d6cc54bdfca9bc9f74c42745b514b60c9 (diff)
sqlite3: Vendor import of sqlite3 3.39.3vendor/sqlite3/sqlite-3390300
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 03519f357c72..551d4cacaba9 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.2])
+AC_INIT([sqlite], [3.39.3])
#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.