diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2024-03-12 13:54:12 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2024-03-12 13:54:12 +0000 |
| commit | 1e59a00476c9801952e7319719fcdb095a0cd007 (patch) | |
| tree | 05ab45b8fc8c14b128417b915148951903b27e98 /configure.ac | |
| parent | cdad538768db9e2c8258d19e9282fb5aaae80e46 (diff) | |
sqlite3: Vendor import of sqlite3 3.45.1vendor/sqlite3/sqlite-3450100
Release notes at https://www.sqlite.org/releaselog/3_45_1.html.
Obtained from: https://www.sqlite.org/2024/sqlite-autoconf-3450100.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 984c283a2e1d..3ce8855cc762 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ # AC_PREREQ(2.61) -AC_INIT(sqlite, 3.45.0, http://www.sqlite.org) +AC_INIT(sqlite, 3.45.1, http://www.sqlite.org) AC_CONFIG_SRCDIR([sqlite3.c]) AC_CONFIG_AUX_DIR([.]) |
