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 /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 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fa097dc0130e..0110dc4a10a0 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ # AC_PREREQ(2.61) -AC_INIT(sqlite, 3.39.0, http://www.sqlite.org) +AC_INIT(sqlite, 3.39.2, http://www.sqlite.org) AC_CONFIG_SRCDIR([sqlite3.c]) AC_CONFIG_AUX_DIR([.]) |
