aboutsummaryrefslogtreecommitdiff
path: root/contrib/sqlite3/tea/configure.ac
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-08-24 18:13:44 +0000
committerCy Schubert <cy@FreeBSD.org>2020-08-24 18:13:44 +0000
commit0a5eb308d3006e2f386620f7266b6593b300b987 (patch)
tree1251bc7b041879c6363eeadd471ed3e792143db6 /contrib/sqlite3/tea/configure.ac
parent3f8c71d1c90fdc3308a772713fcac08c3f1245c5 (diff)
parent2793f2eef2be94a38e38babede1b01c3c50196fe (diff)
downloadsrc-0a5eb308d3006e2f386620f7266b6593b300b987.tar.gz
src-0a5eb308d3006e2f386620f7266b6593b300b987.zip
MFV 364467:
Update sqlite to 3.33.0 (3330000). Release announcement at https://www.sqlite.org/releaselog/3_33_0.html. MFC after: 1 month
Notes
Notes: svn path=/head/; revision=364720
Diffstat (limited to 'contrib/sqlite3/tea/configure.ac')
-rw-r--r--contrib/sqlite3/tea/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sqlite3/tea/configure.ac b/contrib/sqlite3/tea/configure.ac
index 3ff88132146c..bfc4eca248c1 100644
--- a/contrib/sqlite3/tea/configure.ac
+++ b/contrib/sqlite3/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.3])
+AC_INIT([sqlite], [3.33.0])
#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.