Skip to content

Commit

Permalink
Merge branch 'update/v4.4-dev' into 'master'
Browse files Browse the repository at this point in the history
version: Update to v4.4-dev

See merge request espressif/esp-idf!12339
  • Loading branch information
projectgus committed Feb 10, 2021
2 parents e3d50e0 + c8315e0 commit 73db142
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 @@ -21,7 +21,7 @@ extern "C" {
/** Major version number (X.x.x) */
#define ESP_IDF_VERSION_MAJOR 4
/** Minor version number (x.X.x) */
#define ESP_IDF_VERSION_MINOR 3
#define ESP_IDF_VERSION_MINOR 4
/** Patch version number (x.x.X) */
#define ESP_IDF_VERSION_PATCH 0

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_MINOR := 4
IDF_VERSION_PATCH := 0
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_MINOR 4)
set(IDF_VERSION_PATCH 0)

0 comments on commit 73db142

Please sign in to comment.