aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKolja Lampe <razzeee@gmail.com>2016-02-05 16:12:34 +0100
committerKolja Lampe <razzeee@gmail.com>2016-02-08 08:53:24 +0100
commit62438354b51fd486d11238ff789e4a23c3e8b3a6 (patch)
tree9c9c1a4b48c318cc4392a70bd2db01467e6f3d55
parent57b3bd02a5256f2a97821c1501ccda0afb3b24d4 (diff)
Bump to SQLite 3100200 (aka 3.10.2)
-rw-r--r--project/BuildDependencies/scripts/0_package.list2
-rw-r--r--tools/depends/target/sqlite3/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/project/BuildDependencies/scripts/0_package.list b/project/BuildDependencies/scripts/0_package.list
index 032e261a56..02f545aae5 100644
--- a/project/BuildDependencies/scripts/0_package.list
+++ b/project/BuildDependencies/scripts/0_package.list
@@ -45,7 +45,7 @@ mysqlclient-6.1.3-win32-vc120.7z
pcre-8.34-win32-vc120.7z
PIL-1.1.7p-win32.7z
python-2.7.10-win32.7z
-sqlite-3.9.2-win32-vc120.7z
+sqlite-3.10.2-win32-vc140.7z
swig-2.0.7-win32-1.7z
taglib-1.10-win32-vc120.7z
texturepacker-1.0.6-win32.7z
diff --git a/tools/depends/target/sqlite3/Makefile b/tools/depends/target/sqlite3/Makefile
index eeeab6b872..773830999d 100644
--- a/tools/depends/target/sqlite3/Makefile
+++ b/tools/depends/target/sqlite3/Makefile
@@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile
# lib name, version
LIBNAME=sqlite
-VERSION=3090200
+VERSION=3100200
SOURCE=$(LIBNAME)-autoconf-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz