File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -29,21 +29,14 @@ You can also try Sming without installing anything locally. We have an [interact
29
29
30
30
The purpose of Sming is to simplify the creation of embedded applications. The documentation will help you get started in no time.
31
31
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.
34
33
- [ Documentation for latest] ( https://sming.readthedocs.io/en/latest ) - development version.
35
34
36
35
## Releases
37
36
38
37
### Stable
39
38
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.
47
40
48
41
### Development
49
42
@@ -54,7 +47,6 @@ git clone https://github.com/SmingHub/Sming.git
54
47
```
55
48
56
49
57
-
58
50
## Examples
59
51
The examples are a great way to learn the API and brush up your C/C++ knowledge.
60
52
Once you have completed the installation of the development tools, you can get the latest source code.
Original file line number Diff line number Diff line change 6
6
*/
7
7
8
8
#define SMING_MAJOR_VERSION 4
9
- #define SMING_MINOR_VERSION 6
9
+ #define SMING_MINOR_VERSION 7
10
10
#define SMING_PATCH_VERSION 0
11
11
#define SMING_PRE_RELEASE ""
12
12
You can’t perform that action at this time.
0 commit comments