diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-05 14:27:50 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-05 14:27:50 +0100 |
commit | 857f4366717671438316b7a7531adcb8f042febb (patch) | |
tree | cf00c7c24009ba342c7276bd08bc660e57610088 /win32/deps | |
parent | d142c74c15ca661fc5f94b98d3c0717c8e395e27 (diff) |
win-iconv version bump
Diffstat (limited to 'win32/deps')
-rw-r--r-- | win32/deps/win-iconv/build-x64.bat | 2 | ||||
-rw-r--r-- | win32/deps/win-iconv/build-x86.bat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/deps/win-iconv/build-x64.bat b/win32/deps/win-iconv/build-x64.bat index 3dc93494..0e580ac0 100644 --- a/win32/deps/win-iconv/build-x64.bat +++ b/win32/deps/win-iconv/build-x64.bat @@ -1,7 +1,7 @@ :: run this from a VS x64 command prompt @echo off -SET PACKAGE_NAME=win-iconv-0.0.4 +SET PACKAGE_NAME=win-iconv-0.0.6 set ICONV_SRC=%cd% set ICONV_DEST=%cd%-x64 diff --git a/win32/deps/win-iconv/build-x86.bat b/win32/deps/win-iconv/build-x86.bat index 7f5a8e73..6d5d1596 100644 --- a/win32/deps/win-iconv/build-x86.bat +++ b/win32/deps/win-iconv/build-x86.bat @@ -1,7 +1,7 @@ :: run this from a VS x86 command prompt @echo off -SET PACKAGE_NAME=win-iconv-0.0.4 +SET PACKAGE_NAME=win-iconv-0.0.6 set ICONV_SRC=%cd% set ICONV_DEST=%cd%-x86 |