diff --git a/README.md b/README.md index 00b95409a8..5bd3e7d19a 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.0.0**](https://sming.readthedocs.io/en/stable) - current stable version. +- [**Documentation for version 5.1.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.0.0](https://github.com/SmingHub/Sming/releases/tag/5.0.0) - great new features, performance and stability improvements. +- [Sming V5.1.0](https://github.com/SmingHub/Sming/releases/tag/5.1.0) - great new features, performance and stability improvements. ### Development diff --git a/Sming/Core/SmingVersion.h b/Sming/Core/SmingVersion.h index a8f33c4779..6968f86cba 100644 --- a/Sming/Core/SmingVersion.h +++ b/Sming/Core/SmingVersion.h @@ -6,7 +6,7 @@ */ #define SMING_MAJOR_VERSION 5 -#define SMING_MINOR_VERSION 0 +#define SMING_MINOR_VERSION 1 #define SMING_PATCH_VERSION 0 #define SMING_PRE_RELEASE ""