diff options
author | davilla <davilla@4pi.com> | 2012-01-15 22:04:10 -0500 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2012-01-16 12:00:57 -0500 |
commit | f9e600f2a393b323e6563f110f269775d30e1df7 (patch) | |
tree | d56f583da748da6bf73cad1beebbf04a9713fe67 /tools | |
parent | bc73e42d9a96208e31da3370b74b5c88bdb4972c (diff) |
[osx/ios] fixed... again for those troublemakers in the back
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/tinyxml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/tinyxml/Makefile b/tools/darwin/depends/tinyxml/Makefile index 14454da7f4..d799ae5567 100644 --- a/tools/darwin/depends/tinyxml/Makefile +++ b/tools/darwin/depends/tinyxml/Makefile @@ -2,7 +2,7 @@ include ../Makefile.include # lib name, version LIBNAME=tinyxml -VERSION=2.6.2_0 +VERSION=2.6.2_1 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |