Skip to content

Commit

Permalink
[SC64] v2.15.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Polprzewodnikowy committed Apr 23, 2023
1 parent 0dbec80 commit 8c7f97b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sw/controller/src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define VERSION_MAJOR (2)
#define VERSION_MINOR (15)
#define VERSION_REVISION (0)
#define VERSION_REVISION (1)


void version_firmware (uint32_t *version, uint32_t *revision) {
Expand Down
2 changes: 1 addition & 1 deletion sw/deployer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sw/deployer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sc64deployer"
version = "2.15.0"
version = "2.15.1"
edition = "2021"
authors = ["Polprzewodnikowy"]
description = "SC64 loader and control software"
Expand Down

0 comments on commit 8c7f97b

Please sign in to comment.