aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2024-03-12 13:54:12 +0000
committerCy Schubert <cy@FreeBSD.org>2024-03-12 13:54:12 +0000
commit1e59a00476c9801952e7319719fcdb095a0cd007 (patch)
tree05ab45b8fc8c14b128417b915148951903b27e98 /configure.ac
parentcdad538768db9e2c8258d19e9282fb5aaae80e46 (diff)
sqlite3: Vendor import of sqlite3 3.45.1vendor/sqlite3/sqlite-3450100
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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([.])