tools: bump version of windows tools installer to v2.3

Includes the following fixes:

- bc43d48e: fix Windows Defender checkbox
  https://github.com/espressif/esp-idf/issues/4225

- 7a18f02a: idf_tools.py compatibility with virtualenv 20.0

- Fix extracting IDF to a destination on another drive
  https://github.com/espressif/esp-idf/issues/4128
  https://github.com/espressif/esp-idf/issues/4744
This commit is contained in:
Ivan Grokhotkov 2020-02-10 19:34:30 +01:00
parent 24e793baa3
commit 69e91959ff

View file

@ -5,7 +5,7 @@
#include <idp.iss>
#define MyAppName "ESP-IDF Tools"
#define MyAppVersion "2.2"
#define MyAppVersion "2.3"
#define MyAppPublisher "Espressif Systems (Shanghai) Co. Ltd."
#define MyAppURL "https://github.com/espressif/esp-idf"