versions: Update to v4.1.4

This commit is contained in:
Zim Kalinowski 2022-12-10 10:38:22 +01:00
parent acf6a3c558
commit 9173ec9d30
No known key found for this signature in database
GPG Key ID: 9BE0CC8395A24360
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,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 3
#define ESP_IDF_VERSION_PATCH 4
/**
* Macro to convert IDF version number into an integer

View File

@ -1,3 +1,3 @@
IDF_VERSION_MAJOR := 4
IDF_VERSION_MINOR := 1
IDF_VERSION_PATCH := 3
IDF_VERSION_PATCH := 4

View File

@ -1,3 +1,3 @@
set(IDF_VERSION_MAJOR 4)
set(IDF_VERSION_MINOR 1)
set(IDF_VERSION_PATCH 3)
set(IDF_VERSION_PATCH 4)