aboutsummaryrefslogtreecommitdiff
path: root/contrib/sqlite3/tea/configure.ac
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-04-23 13:46:34 +0000
committerCy Schubert <cy@FreeBSD.org>2020-04-23 13:46:34 +0000
commit0e2816f50ada7d863e26a630cdda327de449b1da (patch)
tree4ce791ae40e9ff4842e244bf23092718c9134083 /contrib/sqlite3/tea/configure.ac
parent283a8608cb1ef3847a9f121dc1e5608c26553ee1 (diff)
downloadsrc-0e2816f50ada7d863e26a630cdda327de449b1da.tar.gz
src-0e2816f50ada7d863e26a630cdda327de449b1da.zip
In preparation for update to sqlite3-3.31.1 (3310100),
recommit r357201: MFV r357163, which was reverted by r357522 due to segfault under PowerPc. Update sqlite3-3.30.1 (3300100) --> sqlite3-3.31.0 (3310000) MFC after: 1 month
Notes
Notes: svn path=/head/; revision=360221
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 5d75c72d73c9..f6bea0f87a2b 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.30.1])
+AC_INIT([sqlite], [3.31.0])
#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.