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 Dec 9, 2024
1 parent 08eba52 commit b2f12b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ between platforms, a `PLATFORM` flag has been introduced.

| Platform | Composite PLATFORM flag | Maintained |
|---------------------------|------------------------------------|------------|
| [NuMaker-PFM-M2351] |`PLATFORM=numaker_pfm_m2351` | v0.5.0 |
| [M2351-Badge] |`PLATFORM=m2351_badge` | v0.5.0 |
| [V2M-MPS2] |`PLATFORM=mps2_an505_qemu` | v0.5.0 |
| [SparkFun RED-V RedBoard] |`PLATFORM=sparkfun_redboard` | v0.5.0 |
| [Pine64 Ox64] |`PLATFORM=pine64_ox64` | v0.5.0 |
| [NuMaker-PFM-M2351] |`PLATFORM=numaker_pfm_m2351` | v0.6.0 |
| [M2351-Badge] |`PLATFORM=m2351_badge` | v0.6.0 |
| [V2M-MPS2] |`PLATFORM=mps2_an505_qemu` | v0.6.0 |
| [SparkFun RED-V RedBoard] |`PLATFORM=sparkfun_redboard` | v0.6.0 |
| [Pine64 Ox64] |`PLATFORM=pine64_ox64` | v0.6.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.5.0"
#define VERSION "0.6.0"


/* Public Types */
Expand Down

0 comments on commit b2f12b0

Please sign in to comment.