[SC64] v2.15.1 release

This commit is contained in:
Mateusz Faderewski 2023-04-23 13:09:45 +02:00
parent 0dbec80183
commit 8c7f97b433
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1013,7 +1013,7 @@ dependencies = [
[[package]] [[package]]
name = "sc64deployer" name = "sc64deployer"
version = "2.15.0" version = "2.15.1"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "sc64deployer" name = "sc64deployer"
version = "2.15.0" version = "2.15.1"
edition = "2021" edition = "2021"
authors = ["Polprzewodnikowy"] authors = ["Polprzewodnikowy"]
description = "SC64 loader and control software" description = "SC64 loader and control software"