From a36c410e700aa0fbd34bd71bc37a914111b05498 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Wed, 4 Sep 2024 13:32:47 +0200 Subject: [PATCH] chore(core): bump core, core/bootloader, core/prodtest versions core: 2.8.3 bootloader: 2.1.9 prodtest: 0.2.10 [no changelog] (cherry picked from commit 43b7d717f2791c62f4ed1f4d724a8eb1c42a6398) --- core/embed/bootloader/version.h | 2 +- core/embed/firmware/version.h | 2 +- core/embed/prodtest/version.h | 2 +- core/translations/cs.json | 2 +- core/translations/de.json | 2 +- core/translations/en.json | 2 +- core/translations/es.json | 2 +- core/translations/fr.json | 2 +- core/translations/it.json | 2 +- core/translations/pt.json | 2 +- core/translations/signatures.json | 6 +++--- core/translations/tr.json | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/core/embed/bootloader/version.h b/core/embed/bootloader/version.h index 9d26d7379c..17015d01ed 100644 --- a/core/embed/bootloader/version.h +++ b/core/embed/bootloader/version.h @@ -4,7 +4,7 @@ #define VERSION_MAJOR 2 #define VERSION_MINOR 1 -#define VERSION_PATCH 8 +#define VERSION_PATCH 9 #define VERSION_BUILD 0 #define VERSION_UINT32 \ (VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | \ diff --git a/core/embed/firmware/version.h b/core/embed/firmware/version.h index 566ba077af..f891dab3b3 100644 --- a/core/embed/firmware/version.h +++ b/core/embed/firmware/version.h @@ -4,7 +4,7 @@ #define VERSION_MAJOR 2 #define VERSION_MINOR 8 -#define VERSION_PATCH 2 +#define VERSION_PATCH 3 #define VERSION_BUILD 0 #define FIX_VERSION_MAJOR 2 diff --git a/core/embed/prodtest/version.h b/core/embed/prodtest/version.h index de0fc71ec1..299f25c4c6 100644 --- a/core/embed/prodtest/version.h +++ b/core/embed/prodtest/version.h @@ -4,7 +4,7 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 2 -#define VERSION_PATCH 9 +#define VERSION_PATCH 10 #define VERSION_BUILD 0 #define FIX_VERSION_MAJOR 0 diff --git a/core/translations/cs.json b/core/translations/cs.json index 678f641679..88e8310a19 100644 --- a/core/translations/cs.json +++ b/core/translations/cs.json @@ -33,7 +33,7 @@ }, "header": { "language": "cs-CZ", - "version": "2.8.2" + "version": "2.8.3" }, "translations": { "addr_mismatch__contact_support_at": "Kontaktujte naši podporu na", diff --git a/core/translations/de.json b/core/translations/de.json index bb1b01fbd4..0f61f15d38 100644 --- a/core/translations/de.json +++ b/core/translations/de.json @@ -33,7 +33,7 @@ }, "header": { "language": "de-DE", - "version": "2.8.2" + "version": "2.8.3" }, "translations": { "addr_mismatch__contact_support_at": "Kontaktiere den Trezor Support unter", diff --git a/core/translations/en.json b/core/translations/en.json index 55e1e10610..e175aa896a 100644 --- a/core/translations/en.json +++ b/core/translations/en.json @@ -1,7 +1,7 @@ { "header": { "language": "en-US", - "version": "2.8.2" + "version": "2.8.3" }, "translations": { "addr_mismatch__contact_support_at": "Please contact Trezor support at", diff --git a/core/translations/es.json b/core/translations/es.json index fc153845dd..6f87e1c042 100644 --- a/core/translations/es.json +++ b/core/translations/es.json @@ -33,7 +33,7 @@ }, "header": { "language": "es-ES", - "version": "2.8.2" + "version": "2.8.3" }, "translations": { "addr_mismatch__contact_support_at": "Contacta con atención al cliente de Trezor en", diff --git a/core/translations/fr.json b/core/translations/fr.json index 66bf1dcf5c..a663a711be 100644 --- a/core/translations/fr.json +++ b/core/translations/fr.json @@ -33,7 +33,7 @@ }, "header": { "language": "fr-FR", - "version": "2.8.2" + "version": "2.8.3" }, "translations": { "addr_mismatch__contact_support_at": "Contactez l'assistance Trezor à l'adr.", diff --git a/core/translations/it.json b/core/translations/it.json index 80e653549b..884777ebe7 100644 --- a/core/translations/it.json +++ b/core/translations/it.json @@ -33,7 +33,7 @@ }, "header": { "language": "it-IT", - "version": "2.8.2" + "version": "2.8.3" }, "translations": { "addr_mismatch__contact_support_at": "Contatta l'Assistenza di Trezor all'indirizzo", diff --git a/core/translations/pt.json b/core/translations/pt.json index 501a92fca3..78d9d613b2 100644 --- a/core/translations/pt.json +++ b/core/translations/pt.json @@ -33,7 +33,7 @@ }, "header": { "language": "pt-BR", - "version": "2.8.2" + "version": "2.8.3" }, "translations": { "addr_mismatch__contact_support_at": "Entre em contato com o suporte Trezor em", diff --git a/core/translations/signatures.json b/core/translations/signatures.json index 2bfa19f092..1394ef3303 100644 --- a/core/translations/signatures.json +++ b/core/translations/signatures.json @@ -1,8 +1,8 @@ { "current": { - "merkle_root": "8be4e819a1acbb7f131a0fd4e2573a977f94a41fe8a02ea4d3f47fd21f565a41", - "datetime": "2024-09-06T08:59:57.672431", - "commit": "d2a2ac21787c80a2e1d9414e663e04e2e4a90ef2" + "merkle_root": "8ac94bd79c4337f45ec638c5c59832086b11dabce51dd3451b30f497e0a0a9af", + "datetime": "2024-09-11T20:57:47.259348", + "commit": "c530c316f5e1531ba2c88e49cbb4e28e0a0f3ab8" }, "history": [ { diff --git a/core/translations/tr.json b/core/translations/tr.json index ab3cf39552..64bab5e96f 100644 --- a/core/translations/tr.json +++ b/core/translations/tr.json @@ -33,7 +33,7 @@ }, "header": { "language": "tr-TR", - "version": "2.8.2" + "version": "2.8.3" }, "translations": { "addr_mismatch__contact_support_at": "Lütfen Trezor support ile iletişime geçin:",