Merge branch 'update/release_v5_1_4' into 'release/v5.1'

Update version to 5.1.4

See merge request espressif/esp-idf!30736
This commit is contained in:
Jiang Jiang Jian 2024-05-10 13:44:57 +08:00
commit c90091490f
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ extern "C" {
/** Minor version number (x.X.x) */
#define ESP_IDF_VERSION_MINOR 1
/** 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,5 +1,5 @@
set(IDF_VERSION_MAJOR 5)
set(IDF_VERSION_MINOR 1)
set(IDF_VERSION_PATCH 3)
set(IDF_VERSION_PATCH 4)
set(ENV{IDF_VERSION} "${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}.${IDF_VERSION_PATCH}")