Skip to content

Commit

Permalink
Preparation for v5.0.0. (#2637)
Browse files Browse the repository at this point in the history
* Preparation for v5.0.0.

* Add RP2040 as one of the supported architectures.
  • Loading branch information
slaff authored Jun 15, 2023
1 parent 98c2cf6 commit e1b0f2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sming

Sming is an asynchronous embedded C/C++ framework with superb performance and multiple network features.
Sming is [open source](LICENSE), modular and supports [multiple architectures](https://sming.readthedocs.io/en/latest/features.html) including ESP8266 and ESP32.
Sming is [open source](LICENSE), modular and supports [multiple architectures](https://sming.readthedocs.io/en/latest/features.html) including ESP8266, ESP32 and RP2040.

[![Examples](https://github.com/SmingHub/Sming/wiki/images/small/combine.png)](https://github.com/SmingHub/Sming/wiki/examples)

Expand Down 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 4.7.0**](https://sming.readthedocs.io/en/stable) - current stable version.
- [**Documentation for version 5.0.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.7.0](https://github.com/SmingHub/Sming/releases/tag/4.7.0) - great new features, performance and stability improvements.
- [Sming V5.0.0](https://github.com/SmingHub/Sming/releases/tag/5.0.0) - great new features, performance and stability improvements.

### Development

Expand Down
4 changes: 2 additions & 2 deletions Sming/Core/SmingVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*
*/

#define SMING_MAJOR_VERSION 4
#define SMING_MINOR_VERSION 7
#define SMING_MAJOR_VERSION 5
#define SMING_MINOR_VERSION 0
#define SMING_PATCH_VERSION 0
#define SMING_PRE_RELEASE ""

Expand Down

0 comments on commit e1b0f2b

Please sign in to comment.