version: Update to v4.3.0

v4.3.0-dev is tagged where the branches diverged, catching up with the
remaining metadata here.
This commit is contained in:
Angus Gratton
2020-07-15 13:56:05 +10:00
committed by Angus Gratton
parent 0376b23c7c
commit eb43872361
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ extern "C" {
/** Major version number (X.x.x) */
#define ESP_IDF_VERSION_MAJOR 4
/** Minor version number (x.X.x) */
#define ESP_IDF_VERSION_MINOR 2
#define ESP_IDF_VERSION_MINOR 3
/** Patch version number (x.x.X) */
#define ESP_IDF_VERSION_PATCH 0

View File

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

View File

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