Skip to content

Commit 4c2820d

Browse files
committed
change(version): Update version to 5.4.1
1 parent daf8117 commit 4c2820d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitlab/ci/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.4
43+
LATEST_GIT_TAG: v5.4.1
4444

4545
SUBMODULE_FETCH_TOOL: "tools/ci/ci_fetch_submodule.py"
4646
# by default we will fetch all submodules

components/esp_common/include/esp_idf_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ extern "C" {
1515
/** Minor version number (x.X.x) */
1616
#define ESP_IDF_VERSION_MINOR 4
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

tools/cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set(IDF_VERSION_MAJOR 5)
22
set(IDF_VERSION_MINOR 4)
3-
set(IDF_VERSION_PATCH 0)
3+
set(IDF_VERSION_PATCH 1)
44

55
set(ENV{IDF_VERSION} "${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}.${IDF_VERSION_PATCH}")

0 commit comments

Comments
 (0)