Skip to content

Commit

Permalink
Preparation for release 4.7.0. (#2592)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaff authored Dec 19, 2022
1 parent bf6b197 commit c3684ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
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 4
#define SMING_MINOR_VERSION 6
#define SMING_MINOR_VERSION 7
#define SMING_PATCH_VERSION 0
#define SMING_PRE_RELEASE ""

Expand Down

0 comments on commit c3684ab

Please sign in to comment.