Merge branch 'update/version_5_1_7' into 'release/v5.1'

Update version to 5.1.7

See merge request espressif/esp-idf!45404
This commit is contained in:
Marius Vikhammer
2026-01-26 16:56:14 +08:00
2 changed files with 2 additions and 2 deletions
@@ -15,7 +15,7 @@ extern "C" {
/** Minor version number (x.X.x) */
#define ESP_IDF_VERSION_MINOR 1
/** 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
+1 -1
View File
@@ -1,5 +1,5 @@
set(IDF_VERSION_MAJOR 5)
set(IDF_VERSION_MINOR 1)
set(IDF_VERSION_PATCH 6)
set(IDF_VERSION_PATCH 7)
set(ENV{IDF_VERSION} "${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}.${IDF_VERSION_PATCH}")