change(version): Update version to 6.0.3

This commit is contained in:
Martin Vychodil
2026-08-31 19:19:05 +02:00
parent 5e8921d589
commit 76f5dedd99
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ variables:
# --prune --prune-tags: in case remote branch or tag is force pushed
GIT_FETCH_EXTRA_FLAGS: "--no-recurse-submodules --prune --prune-tags"
LATEST_GIT_TAG: v6.0.2
LATEST_GIT_TAG: v6.0.3
SUBMODULE_FETCH_TOOL: "tools/ci/ci_fetch_submodule.py"
# by default we will fetch all submodules

View File

@@ -15,7 +15,7 @@ extern "C" {
/** Minor version number (x.X.x) */
#define ESP_IDF_VERSION_MINOR 0
/** 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

View File

@@ -1,5 +1,5 @@
set(IDF_VERSION_MAJOR 6)
set(IDF_VERSION_MINOR 0)
set(IDF_VERSION_PATCH 2)
set(IDF_VERSION_PATCH 3)
set(ENV{IDF_VERSION} "${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}.${IDF_VERSION_PATCH}")