change(version): Update version to 5.1.2

This commit is contained in:
Aditya Patwardhan 2023-11-10 08:08:53 +05:50
parent 9f2a2dbda6
commit 482a8fb2d7
No known key found for this signature in database
GPG Key ID: E628B2648FBF0DD8
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}")