Skip to content

Commit

Permalink
Merge branch 'update/version_5_0_7' into 'release/v5.0'
Browse files Browse the repository at this point in the history
Update version to 5.0.7

See merge request espressif/esp-idf!32696
  • Loading branch information
ginkgm committed Aug 13, 2024
2 parents 6d79a72 + 9cd7dad commit e01962e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -15,7 +15,7 @@ extern "C" {
/** Minor version number (x.X.x) */
#define ESP_IDF_VERSION_MINOR 0
/** 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 tools/cmake/version.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(IDF_VERSION_MAJOR 5)
set(IDF_VERSION_MINOR 0)
set(IDF_VERSION_PATCH 6)
set(IDF_VERSION_PATCH 7)

set(ENV{IDF_VERSION} "${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}.${IDF_VERSION_PATCH}")

0 comments on commit e01962e

Please sign in to comment.