Skip to content

Commit

Permalink
Preparation for version 5.1.0. (#2689)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaff authored Dec 20, 2023
1 parent b7aa43e commit 3537c5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Sming/Core/SmingVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

Expand Down

0 comments on commit 3537c5c

Please sign in to comment.