diff options
author | Kolja Lampe <razzeee@gmail.com> | 2015-10-18 21:53:17 +0200 |
---|---|---|
committer | Kolja Lampe <razzeee@gmail.com> | 2015-12-06 01:09:51 +0100 |
commit | 877294609a9c21bf7a8cc46f60d80a2cf40f1bc2 (patch) | |
tree | 36df07e2493d922c1ef6d226b93069bcf76c5227 | |
parent | 70cd30faf0af677a62dbeb400740f5aac73f49fd (diff) |
Bump to SQLite 3090200 (aka 3.9.2)
-rw-r--r-- | project/BuildDependencies/scripts/0_package.list | 2 | ||||
-rw-r--r-- | tools/depends/target/sqlite3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/project/BuildDependencies/scripts/0_package.list b/project/BuildDependencies/scripts/0_package.list index b89826dab7..6d8f0e3c0f 100644 --- a/project/BuildDependencies/scripts/0_package.list +++ b/project/BuildDependencies/scripts/0_package.list @@ -46,7 +46,7 @@ mysqlclient-6.1.3-win32-vc120.7z pcre-8.34-win32-vc120.7z PIL-1.1.7p-win32.7z python-2.7.8-win32.7z -sqlite-3.8.6-win32-vc120.7z +sqlite-3.9.2-win32-vc120.7z swig-2.0.7-win32-1.7z taglib-1.9.1-patched-win32-vc120.7z texturepacker-1.0.4-win32.7z diff --git a/tools/depends/target/sqlite3/Makefile b/tools/depends/target/sqlite3/Makefile index 5ed4429c12..a9ca651f04 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=3080600 +VERSION=3090200 SOURCE=$(LIBNAME)-autoconf-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |