Merge branch 'update/version_4_3_6' into 'release/v4.3'

Update version to 4.3.6

See merge request espressif/esp-idf!25521
This commit is contained in:
Zim Kalinowski
2023-09-03 10:13:46 +08:00
4 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ extern "C" {
/** Minor version number (x.X.x) */
#define ESP_IDF_VERSION_MINOR 3
/** Patch version number (x.x.X) */
#define ESP_IDF_VERSION_PATCH 5
#define ESP_IDF_VERSION_PATCH 6
/**
* Macro to convert IDF version number into an integer

View File

@@ -4,7 +4,7 @@ dependencies:
# Defining a dependency from the registry:
# https://components.espressif.com/component/example/cmp
example/cmp: ">=3.3.3"
example/cmp: "=3.3.8"
# # Other ways to define dependencies
#

View File

@@ -1,3 +1,3 @@
IDF_VERSION_MAJOR := 4
IDF_VERSION_MINOR := 3
IDF_VERSION_PATCH := 5
IDF_VERSION_PATCH := 6

View File

@@ -1,3 +1,3 @@
set(IDF_VERSION_MAJOR 4)
set(IDF_VERSION_MINOR 3)
set(IDF_VERSION_PATCH 5)
set(IDF_VERSION_PATCH 6)