Skip to content

Commit 7355072

Browse files
committed
change(version): Update version to 5.5.4
1 parent 5b04915 commit 7355072

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
@@ -35,7 +35,7 @@ variables:
3535
# --prune --prune-tags: in case remote branch or tag is force pushed
3636
GIT_FETCH_EXTRA_FLAGS: "--no-recurse-submodules --prune --prune-tags"
3737

38-
LATEST_GIT_TAG: v5.5.3
38+
LATEST_GIT_TAG: v5.5.4
3939

4040
SUBMODULE_FETCH_TOOL: "tools/ci/ci_fetch_submodule.py"
4141
# 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 5
1717
/** Patch version number (x.x.X) */
18-
#define ESP_IDF_VERSION_PATCH 3
18+
#define ESP_IDF_VERSION_PATCH 4
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 5)
3-
set(IDF_VERSION_PATCH 3)
3+
set(IDF_VERSION_PATCH 4)
44

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

0 commit comments

Comments
 (0)