Skip to content

Commit e961230

Browse files
authored
Preparation for release 6.1.0. (#2962)
1 parent 97e63dd commit e961230

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +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 6.0.0**](https://sming.readthedocs.io/en/stable) - current stable version.
32+
- [**Documentation for version 6.1.0**](https://sming.readthedocs.io/en/stable) - current stable version.
3333
- [Documentation for latest](https://sming.readthedocs.io/en/latest) - development version.
3434

3535
## Releases
3636

3737
### Stable
3838

39-
- [Sming V6.0.0](https://github.com/SmingHub/Sming/releases/tag/6.0.0) - great new features, performance and stability improvements.
39+
- [Sming V6.1.0](https://github.com/SmingHub/Sming/releases/tag/6.1.0) - great new features, performance and stability improvements.
4040

4141
### Development
4242

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 6
9-
#define SMING_MINOR_VERSION 0
9+
#define SMING_MINOR_VERSION 1
1010
#define SMING_PATCH_VERSION 0
1111
#define SMING_PRE_RELEASE ""
1212

0 commit comments

Comments
 (0)