mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 13:39:15 +01:00
[SC64] v2.20.2 release
This commit is contained in:
parent
0538a28f9e
commit
18041e2547
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -37,7 +37,7 @@ body:
|
||||
id: version
|
||||
attributes:
|
||||
label: Firmware version
|
||||
placeholder: v2.20.1
|
||||
placeholder: v2.20.2
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
#define VERSION_MAJOR (2)
|
||||
#define VERSION_MINOR (20)
|
||||
#define VERSION_REVISION (1)
|
||||
#define VERSION_REVISION (2)
|
||||
|
||||
|
||||
void version_firmware (uint32_t *version, uint32_t *revision) {
|
||||
|
2
sw/deployer/Cargo.lock
generated
2
sw/deployer/Cargo.lock
generated
@ -1293,7 +1293,7 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
||||
|
||||
[[package]]
|
||||
name = "sc64deployer"
|
||||
version = "2.20.1"
|
||||
version = "2.20.2"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"cc",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc64deployer"
|
||||
version = "2.20.1"
|
||||
version = "2.20.2"
|
||||
edition = "2021"
|
||||
authors = ["Polprzewodnikowy"]
|
||||
description = "SummerCart64 loader and control software"
|
||||
|
Loading…
Reference in New Issue
Block a user