Skip to content

Commit cc5640a

Browse files
committed
Merge branch 'update/version_4_4_3' into 'release/v4.4'
Update version to 4.4.3 See merge request espressif/esp-idf!21003
2 parents 755ce10 + 6407ecb commit cc5640a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/esp_common/include/esp_idf_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extern "C" {
2323
/** Minor version number (x.X.x) */
2424
#define ESP_IDF_VERSION_MINOR 4
2525
/** Patch version number (x.x.X) */
26-
#define ESP_IDF_VERSION_PATCH 2
26+
#define ESP_IDF_VERSION_PATCH 3
2727

2828
/**
2929
* Macro to convert IDF version number into an integer

make/version.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
IDF_VERSION_MAJOR := 4
22
IDF_VERSION_MINOR := 4
3-
IDF_VERSION_PATCH := 2
3+
IDF_VERSION_PATCH := 3

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 4)
22
set(IDF_VERSION_MINOR 4)
3-
set(IDF_VERSION_PATCH 2)
3+
set(IDF_VERSION_PATCH 3)
44

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

0 commit comments

Comments
 (0)