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

Update version to 4.3.4

See merge request espressif/esp-idf!20103
This commit is contained in:
Ivan Grokhotkov 2022-09-12 22:37:17 +08:00
commit ff98b2cf80
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 3
#define ESP_IDF_VERSION_PATCH 4
/**
* 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 := 3
IDF_VERSION_PATCH := 4

View File

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