diff --git a/README.md b/README.md index d97c030130..0c78eb68fa 100644 --- a/README.md +++ b/README.md @@ -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 5.2.0**](https://sming.readthedocs.io/en/stable) - current stable version. +- [**Documentation for version 6.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 V5.2.0](https://github.com/SmingHub/Sming/releases/tag/5.2.0) - great new features, performance and stability improvements. +- [Sming V6.0.0](https://github.com/SmingHub/Sming/releases/tag/6.0.0) - great new features, performance and stability improvements. ### Development diff --git a/Sming/Core/SmingVersion.h b/Sming/Core/SmingVersion.h index 6e6ad945c4..802c1a3e1d 100644 --- a/Sming/Core/SmingVersion.h +++ b/Sming/Core/SmingVersion.h @@ -5,8 +5,8 @@ * */ -#define SMING_MAJOR_VERSION 5 -#define SMING_MINOR_VERSION 2 +#define SMING_MAJOR_VERSION 6 +#define SMING_MINOR_VERSION 0 #define SMING_PATCH_VERSION 0 #define SMING_PRE_RELEASE ""