diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2022-08-30 22:29:34 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2022-08-30 22:29:34 +0000 |
| commit | 1545dd7d6cc54bdfca9bc9f74c42745b514b60c9 (patch) | |
| tree | 95baf3f3134986ddf1c2650df7cb45ed08d65252 /tea/configure.ac | |
| parent | 2380f7c9781e64d137f0712a8fb185dee648ed8c (diff) | |
sqlite3: Vendor import of sqlite3 3.39.2vendor/sqlite3/sqlite-3390200
Changes at https://www.sqlite.org/releaselog/3_39_2.html.
Obtained from: https://www.sqlite.org/2022/sqlite-autoconf-3390200.tar.gz
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 50555afe73a8..03519f357c72 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.0]) +AC_INIT([sqlite], [3.39.2]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. |
