Merge branch 'update/version_4_3_1' into 'release/v4.3'

Update version to 4.3.1

See merge request espressif/esp-idf!15032
This commit is contained in:
Ivan Grokhotkov 2021-09-08 00:09:01 +00:00
commit 96d498a7b5
4 changed files with 4 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 0
#define ESP_IDF_VERSION_PATCH 1
/**
* Macro to convert IDF version number into an integer

View File

@ -1,3 +1,3 @@
IDF_VERSION_MAJOR := 4
IDF_VERSION_MINOR := 3
IDF_VERSION_PATCH := 0
IDF_VERSION_PATCH := 1

View File

@ -511,6 +511,7 @@ code_quality_report:
extends:
- .sonar_scan_template
- .rules:protected-schedule
allow_failure: true
script:
- sonar-scanner
-Dsonar.host.url=$SONAR_HOST_URL

View File

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