From e1b0f2b28be46b2a6fb7c9062e9b4a843a500e17 Mon Sep 17 00:00:00 2001 From: slaff Date: Thu, 15 Jun 2023 14:10:17 +0200 Subject: [PATCH] Preparation for v5.0.0. (#2637) * Preparation for v5.0.0. * Add RP2040 as one of the supported architectures. --- README.md | 6 +++--- Sming/Core/SmingVersion.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d0de9ab4bb..11d70852ce 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Sming Sming is an asynchronous embedded C/C++ framework with superb performance and multiple network features. -Sming is [open source](LICENSE), modular and supports [multiple architectures](https://sming.readthedocs.io/en/latest/features.html) including ESP8266 and ESP32. +Sming is [open source](LICENSE), modular and supports [multiple architectures](https://sming.readthedocs.io/en/latest/features.html) including ESP8266, ESP32 and RP2040. [![Examples](https://github.com/SmingHub/Sming/wiki/images/small/combine.png)](https://github.com/SmingHub/Sming/wiki/examples) @@ -29,14 +29,14 @@ You can also try Sming without installing anything locally. We have an [interact The purpose of Sming is to simplify the creation of embedded applications. The documentation will help you get started in no time. -- [**Documentation for version 4.7.0**](https://sming.readthedocs.io/en/stable) - current stable version. +- [**Documentation for version 5.0.0**](https://sming.readthedocs.io/en/stable) - current stable version. - [Documentation for latest](https://sming.readthedocs.io/en/latest) - development version. ## Releases ### Stable -- [Sming V4.7.0](https://github.com/SmingHub/Sming/releases/tag/4.7.0) - great new features, performance and stability improvements. +- [Sming V5.0.0](https://github.com/SmingHub/Sming/releases/tag/5.0.0) - great new features, performance and stability improvements. ### Development diff --git a/Sming/Core/SmingVersion.h b/Sming/Core/SmingVersion.h index 80d5d95189..a8f33c4779 100644 --- a/Sming/Core/SmingVersion.h +++ b/Sming/Core/SmingVersion.h @@ -5,8 +5,8 @@ * */ -#define SMING_MAJOR_VERSION 4 -#define SMING_MINOR_VERSION 7 +#define SMING_MAJOR_VERSION 5 +#define SMING_MINOR_VERSION 0 #define SMING_PATCH_VERSION 0 #define SMING_PRE_RELEASE ""