diff --git a/Readme.md b/Readme.md index 274774e2a2..7780969bee 100644 --- a/Readme.md +++ b/Readme.md @@ -43,7 +43,7 @@ SDK = Software Development Kit n/a = The selected SDK is not available on that OS ## Latest Stable Release -- [Sming V3.3.0](https://github.com/SmingHub/Sming/releases/tag/3.3.0) +- [Sming V3.4.0](https://github.com/SmingHub/Sming/releases/tag/3.4.0) ## Getting started - [Windows](https://github.com/SmingHub/Sming/wiki/Windows-Quickstart) diff --git a/Sming/SmingCore/SmingCore.h b/Sming/SmingCore/SmingCore.h index cc5de45cd6..ae33fe81c7 100644 --- a/Sming/SmingCore/SmingCore.h +++ b/Sming/SmingCore/SmingCore.h @@ -8,7 +8,7 @@ #ifndef _NET_WIRING_ #define _NET_WIRING_ -#define SMING_VERSION "3.3.0" // Major Minor Sub +#define SMING_VERSION "3.4.0" // Major Minor Sub #include "../Wiring/WiringFrameworkIncludes.h"