Skip to content

Commit

Permalink
[SC64] v2.18.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Polprzewodnikowy committed Jan 29, 2024
1 parent 421d043 commit 95b78f3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 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 (18)
#define VERSION_REVISION (0)
#define VERSION_REVISION (1)


void version_firmware (uint32_t *version, uint32_t *revision) {
Expand Down
36 changes: 18 additions & 18 deletions 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.18.0"
version = "2.18.1"
edition = "2021"
authors = ["Polprzewodnikowy"]
description = "SummerCart64 loader and control software"
Expand Down

0 comments on commit 95b78f3

Please sign in to comment.