summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-07-07 13:48:26 +0000
committerCy Schubert <cy@FreeBSD.org>2020-07-07 13:48:26 +0000
commitc80e66e8e79185b1e7c999decef3d4adfdb902de (patch)
tree227b30f573d83de94b5fd6f77b54fc64a9ee3455 /configure.ac
parent1c35d1a9f69c75801a843cf1614fb838e43b3d45 (diff)
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 ca5cc611c55a..35bbeb8e9c10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
#
AC_PREREQ(2.61)
-AC_INIT(sqlite, 3.32.2, http://www.sqlite.org)
+AC_INIT(sqlite, 3.32.3, http://www.sqlite.org)
AC_CONFIG_SRCDIR([sqlite3.c])
AC_CONFIG_AUX_DIR([.])