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

versions: Update version to 4.2.5

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