Skip to content

Commit

Permalink
versions: Update version to 4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ESP-Marius committed Jun 8, 2023
1 parent fd5e03b commit ac5d805
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/esp_common/include/esp_idf_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extern "C" {
/** Minor version number (x.X.x) */
#define ESP_IDF_VERSION_MINOR 4
/** 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
Expand Down
2 changes: 1 addition & 1 deletion make/version.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
IDF_VERSION_MAJOR := 4
IDF_VERSION_MINOR := 4
IDF_VERSION_PATCH := 4
IDF_VERSION_PATCH := 5
2 changes: 1 addition & 1 deletion tools/cmake/version.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(IDF_VERSION_MAJOR 4)
set(IDF_VERSION_MINOR 4)
set(IDF_VERSION_PATCH 4)
set(IDF_VERSION_PATCH 5)

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

0 comments on commit ac5d805

Please sign in to comment.