Skip to content

Commit 5181de8

Browse files
committed
versions: Update version to 5.0.2
1 parent f00c78b commit 5181de8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/esp_common/include/esp_idf_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ extern "C" {
1515
/** Minor version number (x.X.x) */
1616
#define ESP_IDF_VERSION_MINOR 0
1717
/** Patch version number (x.x.X) */
18-
#define ESP_IDF_VERSION_PATCH 1
18+
#define ESP_IDF_VERSION_PATCH 2
1919

2020
/**
2121
* Macro to convert IDF version number into an integer

tools/cmake/version.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set(IDF_VERSION_MAJOR 5)
22
set(IDF_VERSION_MINOR 0)
3-
set(IDF_VERSION_PATCH 1)
3+
set(IDF_VERSION_PATCH 2)
44

55
set(ENV{IDF_VERSION} "${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}.${IDF_VERSION_PATCH}")

0 commit comments

Comments
 (0)