Explorar el Código

version: Update to v3.3.3

Angus Gratton hace 5 años
padre
commit
95c7b26cdd
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      components/esp32/include/esp_idf_version.h
  2. 1 1
      make/version.mk
  3. 1 1
      tools/cmake/version.cmake

+ 1 - 1
components/esp32/include/esp_idf_version.h

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

+ 1 - 1
make/version.mk

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

+ 1 - 1
tools/cmake/version.cmake

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