sqlite: bump version

Fixes several database corruption bugs
This commit is contained in:
Peter Korsgaard 2009-01-29 19:49:22 +00:00
parent 9d58dd7384
commit 97515c6cae

View File

@ -4,7 +4,7 @@
#
#############################################################
SQLITE_VERSION:=3.6.4
SQLITE_VERSION:=3.6.10
SQLITE_SOURCE:=sqlite-$(SQLITE_VERSION).tar.gz
SQLITE_SITE:=http://www.sqlite.org
SQLITE_DIR:=$(BUILD_DIR)/sqlite-$(SQLITE_VERSION)