Skip to content
Snippets Groups Projects
Commit bb29e93d authored by Ivan Grokhotkov's avatar Ivan Grokhotkov
Browse files

versions: Update version to 4.2.3

parent d503c23d
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ extern "C" { ...@@ -23,7 +23,7 @@ extern "C" {
/** Minor version number (x.X.x) */ /** Minor version number (x.X.x) */
#define ESP_IDF_VERSION_MINOR 2 #define ESP_IDF_VERSION_MINOR 2
/** Patch version number (x.x.X) */ /** Patch version number (x.x.X) */
#define ESP_IDF_VERSION_PATCH 2 #define ESP_IDF_VERSION_PATCH 3
/** /**
* Macro to convert IDF version number into an integer * Macro to convert IDF version number into an integer
......
IDF_VERSION_MAJOR := 4 IDF_VERSION_MAJOR := 4
IDF_VERSION_MINOR := 2 IDF_VERSION_MINOR := 2
IDF_VERSION_PATCH := 2 IDF_VERSION_PATCH := 3
set(IDF_VERSION_MAJOR 4) set(IDF_VERSION_MAJOR 4)
set(IDF_VERSION_MINOR 2) set(IDF_VERSION_MINOR 2)
set(IDF_VERSION_PATCH 2) set(IDF_VERSION_PATCH 3)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment