From c3684aba275263c44be827bf9016ab5beb814afc Mon Sep 17 00:00:00 2001 From: slaff Date: Mon, 19 Dec 2022 09:37:21 +0100 Subject: [PATCH] Preparation for release 4.7.0. (#2592) --- README.md | 12 ++---------- Sming/Core/SmingVersion.h | 2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c659b0941d..d0de9ab4bb 100644 --- a/README.md +++ b/README.md @@ -29,21 +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.6.0**](https://sming.readthedocs.io/en/stable) - current stable version. -- [Documentation for version 4.2.x](https://sming.readthedocs.io/en/4.2.2) - Long Term Support (LTS) version. +- [**Documentation for version 4.7.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.6.0](https://github.com/SmingHub/Sming/releases/tag/4.6.0) - great new features, performance and stability improvements. - - -### Long Term Support (LTS) - -- Sming V4.2.x is our LTS version which will be supported until the end of 2021. - +- [Sming V4.7.0](https://github.com/SmingHub/Sming/releases/tag/4.7.0) - great new features, performance and stability improvements. ### Development @@ -54,7 +47,6 @@ git clone https://github.com/SmingHub/Sming.git ``` - ## Examples The examples are a great way to learn the API and brush up your C/C++ knowledge. Once you have completed the installation of the development tools, you can get the latest source code. diff --git a/Sming/Core/SmingVersion.h b/Sming/Core/SmingVersion.h index ffbf7ba418..80d5d95189 100644 --- a/Sming/Core/SmingVersion.h +++ b/Sming/Core/SmingVersion.h @@ -6,7 +6,7 @@ */ #define SMING_MAJOR_VERSION 4 -#define SMING_MINOR_VERSION 6 +#define SMING_MINOR_VERSION 7 #define SMING_PATCH_VERSION 0 #define SMING_PRE_RELEASE ""