From 0696badccb903b557485d2c01ddd6e0baec1c86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Sun, 17 Jun 2018 22:58:04 +0200 Subject: [PATCH] Fix version info It's a pity the v.2.2.1 tag has the wrong info. --- include/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/version.h b/include/version.h index 3f18631e..a587720c 100644 --- a/include/version.h +++ b/include/version.h @@ -3,9 +3,9 @@ #define ESP_SDK_VERSION_MAJOR 2 #define ESP_SDK_VERSION_MINOR 2 -#define ESP_SDK_VERSION_PATCH 0 +#define ESP_SDK_VERSION_PATCH 1 -#define ESP_SDK_VERSION_NUMBER 0x020200 -#define ESP_SDK_VERSION_STRING "2.2.0" +#define ESP_SDK_VERSION_NUMBER 0x020201 +#define ESP_SDK_VERSION_STRING "2.2.1" #endif