File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
components/esp_common/include Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11IDF_VERSION_MAJOR := 4
22IDF_VERSION_MINOR := 4
3- IDF_VERSION_PATCH := 2
3+ IDF_VERSION_PATCH := 3
Original file line number Diff line number Diff line change 11set (IDF_VERSION_MAJOR 4)
22set (IDF_VERSION_MINOR 4)
3- set (IDF_VERSION_PATCH 2 )
3+ set (IDF_VERSION_PATCH 3 )
44
55set (ENV{IDF_VERSION} "${IDF_VERSION_MAJOR} .${IDF_VERSION_MINOR} .${IDF_VERSION_PATCH} " )
You can’t perform that action at this time.
0 commit comments