diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-06-16 20:24:20 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-06-16 20:24:20 +0200 |
commit | 6b83888800265e7375f54181f038037692bb999e (patch) | |
tree | 5b9d44385627b7c287a8cfb3c95a66e66e77067c | |
parent | b3a9c83cef5ecf1e02427bcf194465181c1fd627 (diff) |
[depends] swig 3.0.10
-rw-r--r-- | tools/depends/native/swig-native/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/native/swig-native/Makefile b/tools/depends/native/swig-native/Makefile index 9067b2ad86..6b255b2e08 100644 --- a/tools/depends/native/swig-native/Makefile +++ b/tools/depends/native/swig-native/Makefile @@ -6,7 +6,7 @@ DEPS= ../../Makefile.include.in Makefile # lib name, version LIBNAME=swig -VERSION=2.0.8 +VERSION=3.0.10 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |