Skip to content

Commit 7452b1c

Browse files
committed
change(version): Update version to 5.1.6
1 parent 346d236 commit 7452b1c

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 1
1717
/** Patch version number (x.x.X) */
18-
#define ESP_IDF_VERSION_PATCH 5
18+
#define ESP_IDF_VERSION_PATCH 6
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 1)
3-
set(IDF_VERSION_PATCH 5)
3+
set(IDF_VERSION_PATCH 6)
44

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

0 commit comments

Comments
 (0)