File tree 3 files changed +3
-3
lines changed
components/esp_common/include
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ variables:
39
39
GIT_FETCH_EXTRA_FLAGS : " --no-recurse-submodules --prune --prune-tags"
40
40
# we're using .cache folder for caches
41
41
GIT_CLEAN_FLAGS : -ffdx -e .cache/
42
- LATEST_GIT_TAG : v5.2.4
42
+ LATEST_GIT_TAG : v5.2.5
43
43
44
44
SUBMODULE_FETCH_TOOL : " tools/ci/ci_fetch_submodule.py"
45
45
# by default we will fetch all submodules
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ extern "C" {
15
15
/** Minor version number (x.X.x) */
16
16
#define ESP_IDF_VERSION_MINOR 2
17
17
/** Patch version number (x.x.X) */
18
- #define ESP_IDF_VERSION_PATCH 4
18
+ #define ESP_IDF_VERSION_PATCH 5
19
19
20
20
/**
21
21
* Macro to convert IDF version number into an integer
Original file line number Diff line number Diff line change 1
1
set (IDF_VERSION_MAJOR 5)
2
2
set (IDF_VERSION_MINOR 2)
3
- set (IDF_VERSION_PATCH 4 )
3
+ set (IDF_VERSION_PATCH 5 )
4
4
5
5
set (ENV{IDF_VERSION} "${IDF_VERSION_MAJOR} .${IDF_VERSION_MINOR} .${IDF_VERSION_PATCH} " )
You can’t perform that action at this time.
0 commit comments