Skip to content

Commit 95b78f3

Browse files
[SC64] v2.18.1 release
1 parent 421d043 commit 95b78f3

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

sw/controller/src/version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define VERSION_MAJOR (2)
55
#define VERSION_MINOR (18)
6-
#define VERSION_REVISION (0)
6+
#define VERSION_REVISION (1)
77

88

99
void version_firmware (uint32_t *version, uint32_t *revision) {

sw/deployer/Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sw/deployer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc64deployer"
3-
version = "2.18.0"
3+
version = "2.18.1"
44
edition = "2021"
55
authors = ["Polprzewodnikowy"]
66
description = "SummerCart64 loader and control software"

0 commit comments

Comments
 (0)