Merge branch 'update/release_v3.3.3' into 'release/v3.3'

version: Update to v3.3.3

See merge request espressif/esp-idf!10180
This commit is contained in:
Angus Gratton 2020-08-27 19:38:21 +08:00
commit f043a3da97
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ extern "C" {
/** Minor version number (x.X.x) */
#define ESP_IDF_VERSION_MINOR 3
/** Patch version number (x.x.X) */
#define ESP_IDF_VERSION_PATCH 2
#define ESP_IDF_VERSION_PATCH 3
/**
* Macro to convert IDF version number into an integer

View File

@ -1,3 +1,3 @@
IDF_VERSION_MAJOR := 3
IDF_VERSION_MINOR := 3
IDF_VERSION_PATCH := 2
IDF_VERSION_PATCH := 3

View File

@ -1,3 +1,3 @@
set(IDF_VERSION_MAJOR 3)
set(IDF_VERSION_MINOR 3)
set(IDF_VERSION_PATCH 2)
set(IDF_VERSION_PATCH 3)