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