We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800dec9 commit e8bdaf9Copy full SHA for e8bdaf9
components/esp_common/include/esp_idf_version.h
@@ -23,7 +23,7 @@ extern "C" {
23
/** Minor version number (x.X.x) */
24
#define ESP_IDF_VERSION_MINOR 4
25
/** Patch version number (x.x.X) */
26
-#define ESP_IDF_VERSION_PATCH 3
+#define ESP_IDF_VERSION_PATCH 4
27
28
/**
29
* Macro to convert IDF version number into an integer
make/version.mk
@@ -1,3 +1,3 @@
1
IDF_VERSION_MAJOR := 4
2
IDF_VERSION_MINOR := 4
3
-IDF_VERSION_PATCH := 3
+IDF_VERSION_PATCH := 4
tools/cmake/version.cmake
@@ -1,5 +1,5 @@
set(IDF_VERSION_MAJOR 4)
set(IDF_VERSION_MINOR 4)
-set(IDF_VERSION_PATCH 3)
+set(IDF_VERSION_PATCH 4)
4
5
set(ENV{IDF_VERSION} "${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}.${IDF_VERSION_PATCH}")
0 commit comments