Skip to content

Commit 6c1446c

Browse files
[SC64] v2.18.0 release
1 parent bf13434 commit 6c1446c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sw/controller/src/version.c

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

33

44
#define VERSION_MAJOR (2)
5-
#define VERSION_MINOR (17)
5+
#define VERSION_MINOR (18)
66
#define VERSION_REVISION (0)
77

88

sw/deployer/Cargo.lock

Lines changed: 1 addition & 1 deletion
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.17.0"
3+
version = "2.18.0"
44
edition = "2021"
55
authors = ["Polprzewodnikowy"]
66
description = "SummerCart64 loader and control software"

sw/deployer/src/sc64/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub struct DeviceState {
6161
const SC64_V2_IDENTIFIER: &[u8; 4] = b"SCv2";
6262

6363
const SUPPORTED_MAJOR_VERSION: u16 = 2;
64-
const SUPPORTED_MINOR_VERSION: u16 = 17;
64+
const SUPPORTED_MINOR_VERSION: u16 = 18;
6565

6666
const SDRAM_ADDRESS: u32 = 0x0000_0000;
6767
const SDRAM_LENGTH: usize = 64 * 1024 * 1024;

0 commit comments

Comments
 (0)