Skip to content

Commit

Permalink
chore: Updated mTower version
Browse files Browse the repository at this point in the history
Signed-off-by: Taras Drozdovskyi <[email protected]>
  • Loading branch information
tdrozdovsky committed May 17, 2024
1 parent 71d1ebb commit 5ee9573
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down
2 changes: 1 addition & 1 deletion include/mtower/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 5ee9573

Please sign in to comment.