Skip to content

Commit c3684ab

Browse files
authored
Preparation for release 4.7.0. (#2592)
1 parent bf6b197 commit c3684ab

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,14 @@ You can also try Sming without installing anything locally. We have an [interact
2929

3030
The purpose of Sming is to simplify the creation of embedded applications. The documentation will help you get started in no time.
3131

32-
- [**Documentation for version 4.6.0**](https://sming.readthedocs.io/en/stable) - current stable version.
33-
- [Documentation for version 4.2.x](https://sming.readthedocs.io/en/4.2.2) - Long Term Support (LTS) version.
32+
- [**Documentation for version 4.7.0**](https://sming.readthedocs.io/en/stable) - current stable version.
3433
- [Documentation for latest](https://sming.readthedocs.io/en/latest) - development version.
3534

3635
## Releases
3736

3837
### Stable
3938

40-
- [Sming V4.6.0](https://github.com/SmingHub/Sming/releases/tag/4.6.0) - great new features, performance and stability improvements.
41-
42-
43-
### Long Term Support (LTS)
44-
45-
- Sming V4.2.x is our LTS version which will be supported until the end of 2021.
46-
39+
- [Sming V4.7.0](https://github.com/SmingHub/Sming/releases/tag/4.7.0) - great new features, performance and stability improvements.
4740

4841
### Development
4942

@@ -54,7 +47,6 @@ git clone https://github.com/SmingHub/Sming.git
5447
```
5548

5649

57-
5850
## Examples
5951
The examples are a great way to learn the API and brush up your C/C++ knowledge.
6052
Once you have completed the installation of the development tools, you can get the latest source code.

Sming/Core/SmingVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
#define SMING_MAJOR_VERSION 4
9-
#define SMING_MINOR_VERSION 6
9+
#define SMING_MINOR_VERSION 7
1010
#define SMING_PATCH_VERSION 0
1111
#define SMING_PRE_RELEASE ""
1212

0 commit comments

Comments
 (0)