From 5ee95739665484e90baa110308bf0ac8f7beb23a Mon Sep 17 00:00:00 2001 From: Taras Drozdovskyi Date: Fri, 17 May 2024 12:20:42 +0300 Subject: [PATCH] chore: Updated mTower version Signed-off-by: Taras Drozdovskyi --- README.md | 8 ++++---- include/mtower/version.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d1f703d9..115d595d 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,10 @@ between platforms, a `PLATFORM` flag has been introduced. | Platform | Composite PLATFORM flag | Maintained | |---------------------------|------------------------------------|------------| -| [NuMaker-PFM-M2351] |`PLATFORM=numaker_pfm_m2351` | v0.4 | -| [M2351-Badge] |`PLATFORM=m2351_badge` | v0.4 | -| [V2M-MPS2-Qemu] |`PLATFORM=mps2_an505_qemu` | v0.4 | -| [SparkFun RED-V RedBoard] |`PLATFORM=sparkfun_redboard` | v0.5 | +| [NuMaker-PFM-M2351] |`PLATFORM=numaker_pfm_m2351` | v0.5.0 | +| [M2351-Badge] |`PLATFORM=m2351_badge` | v0.5.0 | +| [V2M-MPS2-Qemu] |`PLATFORM=mps2_an505_qemu` | v0.5.0 | +| [SparkFun RED-V RedBoard] |`PLATFORM=sparkfun_redboard` | v0.5.0 | For information on adding a new platform see the [how to add a platform]. diff --git a/include/mtower/version.h b/include/mtower/version.h index ef30fd6f..a021a084 100644 --- a/include/mtower/version.h +++ b/include/mtower/version.h @@ -28,7 +28,7 @@ /* All C pre-processor macros are defined here. */ /** mTower version */ -#define VERSION "0.4.1" +#define VERSION "0.5.0" /* Public Types */