diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-06-13 03:50:35 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-06-13 03:50:35 +0000 |
commit | 1c35d1a9f69c75801a843cf1614fb838e43b3d45 (patch) | |
tree | 304a1e5062851298c64bba7783fd8ea0ca7ddf08 /tea/configure.ac | |
parent | 6ee6343f020017596072c6feb3f62a79a2b5b4cb (diff) | |
download | src-1c35d1a9f69c75801a843cf1614fb838e43b3d45.tar.gz src-1c35d1a9f69c75801a843cf1614fb838e43b3d45.zip |
Import sqlite3-3.32.2 (3320200)vendor/sqlite3/sqlite-3320200
Notes
Notes:
svn path=/vendor/sqlite3/dist/; revision=362143
svn path=/vendor/sqlite3/sqlite-3320200/; revision=362144; tag=vendor/sqlite3/sqlite-3320200
Diffstat (limited to 'tea/configure.ac')
-rw-r--r-- | tea/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tea/configure.ac b/tea/configure.ac index dae94f512e72..dbb0429cfb6a 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.0]) +AC_INIT([sqlite], [3.32.2]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. |