From f7cae13d2a87fd62dd15d5739e3ee2e8e87655b8 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 23 Sep 2019 05:45:49 +0200 Subject: [PATCH] tools: bump windows tools installer version to v2.1 Includes the following changes: 80ad09f23 allow changing the installation path (a fix for https://github.com/espressif/esp-idf/issues/3806) 9c5284e7b verify that IDF_PATH doesn't contain spaces aaf3dcbda fix quoting of IDF_TOOLS_PATH (a fix for https://github.com/espressif/esp-idf/issues/3807) e6e179294 tools: update idf_exe to 1.0.1 76dc87e9a idf_exe: fix NULL pointer passed to WriteFile (fixes for https://github.com/espressif/esp-idf/issues/3740) --- tools/windows/tool_setup/idf_tool_setup.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/windows/tool_setup/idf_tool_setup.iss b/tools/windows/tool_setup/idf_tool_setup.iss index 25a997069..b61dc8058 100644 --- a/tools/windows/tool_setup/idf_tool_setup.iss +++ b/tools/windows/tool_setup/idf_tool_setup.iss @@ -5,7 +5,7 @@ #include #define MyAppName "ESP-IDF Tools" -#define MyAppVersion "2.0" +#define MyAppVersion "2.1" #define MyAppPublisher "Espressif Systems (Shanghai) Co. Ltd." #define MyAppURL "https://github.com/espressif/esp-idf"