Skip to content

Commit e8bdaf9

Browse files
committed
versions: Update version to 4.4.4
1 parent 800dec9 commit e8bdaf9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/esp_common/include/esp_idf_version.h

+1-1
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 3
26+
#define ESP_IDF_VERSION_PATCH 4
2727

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

make/version.mk

+1-1
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 := 3
3+
IDF_VERSION_PATCH := 4

tools/cmake/version.cmake

+1-1
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 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)