aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-07-17 14:14:51 +0000
committerCy Schubert <cy@FreeBSD.org>2019-07-17 14:14:51 +0000
commitbc6a221d4a68e7daa044af23b69b8a187fed8af9 (patch)
tree4b9cff39ff23d1683a3ec2029b583668725385af /configure.ac
parent32335203e048c5a74f8ff23d49527fd0440fb79b (diff)
Notes
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 f0b70b96428c..16b5ed951aeb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
#
AC_PREREQ(2.61)
-AC_INIT(sqlite, 3.28.0, http://www.sqlite.org)
+AC_INIT(sqlite, 3.29.0, http://www.sqlite.org)
AC_CONFIG_SRCDIR([sqlite3.c])
AC_CONFIG_AUX_DIR([.])