summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-11-02 17:57:02 +0000
committerCy Schubert <cy@FreeBSD.org>2019-11-02 17:57:02 +0000
commitf123a1cc3a3542b7d1666e0948db581e800c2a82 (patch)
treee0befd7cb08427d3e89fa91d267cc7676f4df74b /configure.ac
parentbc6a221d4a68e7daa044af23b69b8a187fed8af9 (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 16b5ed951aeb..26f96a6e48a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
#
AC_PREREQ(2.61)
-AC_INIT(sqlite, 3.29.0, http://www.sqlite.org)
+AC_INIT(sqlite, 3.30.1, http://www.sqlite.org)
AC_CONFIG_SRCDIR([sqlite3.c])
AC_CONFIG_AUX_DIR([.])