File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
components/esp_common/include Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ variables:
4040 GIT_FETCH_EXTRA_FLAGS : " --no-recurse-submodules --prune --prune-tags"
4141 # we're using .cache folder for caches
4242 GIT_CLEAN_FLAGS : -ffdx -e .cache/
43- LATEST_GIT_TAG : v5.5
43+ LATEST_GIT_TAG : v5.5.1
4444
4545 SUBMODULE_FETCH_TOOL : " tools/ci/ci_fetch_submodule.py"
4646 # by default we will fetch all submodules
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ extern "C" {
1515/** Minor version number (x.X.x) */
1616#define ESP_IDF_VERSION_MINOR 5
1717/** Patch version number (x.x.X) */
18- #define ESP_IDF_VERSION_PATCH 0
18+ #define ESP_IDF_VERSION_PATCH 1
1919
2020/**
2121 * Macro to convert IDF version number into an integer
Original file line number Diff line number Diff line change 11set (IDF_VERSION_MAJOR 5)
22set (IDF_VERSION_MINOR 5)
3- set (IDF_VERSION_PATCH 0 )
3+ set (IDF_VERSION_PATCH 1 )
44
55set (ENV{IDF_VERSION} "${IDF_VERSION_MAJOR} .${IDF_VERSION_MINOR} .${IDF_VERSION_PATCH} " )
You can’t perform that action at this time.
0 commit comments