summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-04-06 18:11:08 +0000
committerCy Schubert <cy@FreeBSD.org>2019-04-06 18:11:08 +0000
commit54fa4168a7e696b2fe03e521f77fd4b48c80cf41 (patch)
treefc05715430bd6884119f2001f43ec59dc57b0a49 /configure.ac
parentaaa2feb76da294285a5fae4fc94f155a14894e3d (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 df9c3783b9c6..83a25a0f8de1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
#
AC_PREREQ(2.61)
-AC_INIT(sqlite, 3.26.0, http://www.sqlite.org)
+AC_INIT(sqlite, 3.27.1, http://www.sqlite.org)
AC_CONFIG_SRCDIR([sqlite3.c])
AC_CONFIG_AUX_DIR([.])