[SC64] v2.20.2 release

This commit is contained in:
Mateusz Faderewski 2024-11-18 22:58:35 +01:00
parent 0538a28f9e
commit 18041e2547
4 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ body:
id: version id: version
attributes: attributes:
label: Firmware version label: Firmware version
placeholder: v2.20.1 placeholder: v2.20.2
validations: validations:
required: true required: true
- type: textarea - type: textarea

View File

@ -3,7 +3,7 @@
#define VERSION_MAJOR (2) #define VERSION_MAJOR (2)
#define VERSION_MINOR (20) #define VERSION_MINOR (20)
#define VERSION_REVISION (1) #define VERSION_REVISION (2)
void version_firmware (uint32_t *version, uint32_t *revision) { void version_firmware (uint32_t *version, uint32_t *revision) {

View File

@ -1293,7 +1293,7 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]] [[package]]
name = "sc64deployer" name = "sc64deployer"
version = "2.20.1" version = "2.20.2"
dependencies = [ dependencies = [
"bindgen", "bindgen",
"cc", "cc",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "sc64deployer" name = "sc64deployer"
version = "2.20.1" version = "2.20.2"
edition = "2021" edition = "2021"
authors = ["Polprzewodnikowy"] authors = ["Polprzewodnikowy"]
description = "SummerCart64 loader and control software" description = "SummerCart64 loader and control software"