aboutsummaryrefslogtreecommitdiff
path: root/tea/configure.ac
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-07-07 13:48:26 +0000
committerCy Schubert <cy@FreeBSD.org>2020-07-07 13:48:26 +0000
commitc80e66e8e79185b1e7c999decef3d4adfdb902de (patch)
tree227b30f573d83de94b5fd6f77b54fc64a9ee3455 /tea/configure.ac
parent1c35d1a9f69c75801a843cf1614fb838e43b3d45 (diff)
downloadsrc-c80e66e8e79185b1e7c999decef3d4adfdb902de.tar.gz
src-c80e66e8e79185b1e7c999decef3d4adfdb902de.zip
Import sqlite 3.32.3 (3320300).vendor/sqlite3/sqlite-3320300
Notes
Notes: svn path=/vendor/sqlite3/dist/; revision=362990 svn path=/vendor/sqlite3/sqlite-3320300/; revision=362991; tag=vendor/sqlite3/sqlite-3320300
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 dbb0429cfb6a..3ff88132146c 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.32.2])
+AC_INIT([sqlite], [3.32.3])
#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.