We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af235c4 commit 1bdf0a8Copy full SHA for 1bdf0a8
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 3
25
/** Patch version number (x.x.X) */
26
-#define ESP_IDF_VERSION_PATCH 6
+#define ESP_IDF_VERSION_PATCH 7
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 := 3
3
-IDF_VERSION_PATCH := 6
+IDF_VERSION_PATCH := 7
tools/cmake/version.cmake
set(IDF_VERSION_MAJOR 4)
set(IDF_VERSION_MINOR 3)
-set(IDF_VERSION_PATCH 6)
+set(IDF_VERSION_PATCH 7)
0 commit comments