Merge branch 'update/version_5_5_5' into 'release/v5.5'

Update version to 5.5.5

See merge request espressif/esp-idf!50836
This commit is contained in:
morris
2026-07-17 15:05:04 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ variables:
# --prune --prune-tags: in case remote branch or tag is force pushed
GIT_FETCH_EXTRA_FLAGS: "--no-recurse-submodules --prune --prune-tags"
LATEST_GIT_TAG: v5.5.4
LATEST_GIT_TAG: v5.5.5
SUBMODULE_FETCH_TOOL: "tools/ci/ci_fetch_submodule.py"
# by default we will fetch all submodules

View File

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

View File

@@ -1,5 +1,5 @@
set(IDF_VERSION_MAJOR 5)
set(IDF_VERSION_MINOR 5)
set(IDF_VERSION_PATCH 4)
set(IDF_VERSION_PATCH 5)
set(ENV{IDF_VERSION} "${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}.${IDF_VERSION_PATCH}")