diff options
author | Peter Wemm <peter@FreeBSD.org> | 2014-08-12 02:03:24 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2014-08-12 02:03:24 +0000 |
commit | 20a71b36085f6f03fc7a2f7adeab16d09410b4cf (patch) | |
tree | 47b46bd26e52405a6f0881a525c62de183c27a54 /configure.ac | |
parent | d8150fbab95feec5a1cc894f625d08b5fa9fe266 (diff) | |
download | src-vendor/sqlite3/sqlite-3080500.tar.gz src-vendor/sqlite3/sqlite-3080500.zip |
Vendor import sqlite-3.8.5 (sqlite-autoconf-3080500), minus tea/*vendor/sqlite3/sqlite-3080500
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 93ff04c151d7..94289b1b7771 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ # AC_PREREQ(2.61) -AC_INIT(sqlite, 3.7.17, http://www.sqlite.org) +AC_INIT(sqlite, 3.8.5, http://www.sqlite.org) AC_CONFIG_SRCDIR([sqlite3.c]) # Use automake. |