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

Update version to 5.1.2

See merge request espressif/esp-idf!27044
This commit is contained in:
Aditya Patwardhan 2023-11-10 20:17:02 +08:00
commit 73e5a4cf44
2 changed files with 2 additions and 2 deletions

View File

@ -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 1
#define ESP_IDF_VERSION_PATCH 2
/**
* Macro to convert IDF version number into an integer

View File

@ -1,5 +1,5 @@
set(IDF_VERSION_MAJOR 5)
set(IDF_VERSION_MINOR 1)
set(IDF_VERSION_PATCH 1)
set(IDF_VERSION_PATCH 2)
set(ENV{IDF_VERSION} "${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}.${IDF_VERSION_PATCH}")