Skip to content

Commit

Permalink
Merge branch 'update/version_4_3_7' into 'release/v4.3'
Browse files Browse the repository at this point in the history
Update version to 4.3.7

See merge request espressif/esp-idf!28202
  • Loading branch information
ginkgm committed Jan 2, 2024
2 parents af235c4 + 1bdf0a8 commit 3a71941
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/esp_common/include/esp_idf_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 6
#define ESP_IDF_VERSION_PATCH 7

/**
* Macro to convert IDF version number into an integer
Expand Down
2 changes: 1 addition & 1 deletion make/version.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
IDF_VERSION_MAJOR := 4
IDF_VERSION_MINOR := 3
IDF_VERSION_PATCH := 6
IDF_VERSION_PATCH := 7
2 changes: 1 addition & 1 deletion tools/cmake/version.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set(IDF_VERSION_MAJOR 4)
set(IDF_VERSION_MINOR 3)
set(IDF_VERSION_PATCH 6)
set(IDF_VERSION_PATCH 7)

0 comments on commit 3a71941

Please sign in to comment.