What changed, and why it matters
This commit is a routine version bump from 2.9.8 to 2.10.1 for the Trezor firmware. It only changes the version number in one header file and updates the matching version numbers in translation files, plus refreshes the translation signature metadata. There are no code behavior changes, no bug fixes, and no security-related modifications.
No security action needed. Treat as a normal release-versioning commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates VERSION_MINOR and VERSION_PATCH in core/embed/projects/firmware/version.h from 2.9.8 to 2.10.1, synchronizes the version field in six translation JSON files, and updates the signed translation metadata (merkle_root, datetime, commit) in signatures.json. No functional source code is modified.
Changed components
core/embed/projects/firmware/version.hcore/translations/cs.jsoncore/translations/de.jsoncore/translations/en.jsoncore/translations/es.jsoncore/translations/fr.jsoncore/translations/pt.jsoncore/translations/signatures.jsonInspect captured patch +11 / −11
diff --git a/core/embed/projects/firmware/version.h b/core/embed/projects/firmware/version.h
index 0906330c..aef5c49a 100644
--- a/core/embed/projects/firmware/version.h
+++ b/core/embed/projects/firmware/version.h
@@ -3,8 +3,8 @@
#include "model_version.h"
#define VERSION_MAJOR 2
-#define VERSION_MINOR 9
-#define VERSION_PATCH 8
+#define VERSION_MINOR 10
+#define VERSION_PATCH 1
#define VERSION_BUILD 0
#define FIX_VERSION_MAJOR 2
diff --git a/core/translations/cs.json b/core/translations/cs.json
index 3e54a28b..6f1e1242 100644
--- a/core/translations/cs.json
+++ b/core/translations/cs.json
@@ -33,7 +33,7 @@
},
"header": {
"language": "cs-CZ",
- "version": "2.9.8"
+ "version": "2.10.1"
},
"translations": {
"addr_mismatch__contact_support_at": {
diff --git a/core/translations/de.json b/core/translations/de.json
index 19cebf19..42e33847 100644
--- a/core/translations/de.json
+++ b/core/translations/de.json
@@ -33,7 +33,7 @@
},
"header": {
"language": "de-DE",
- "version": "2.9.8"
+ "version": "2.10.1"
},
"translations": {
"addr_mismatch__contact_support_at": "Kontaktiere den Trezor Support unter",
diff --git a/core/translations/en.json b/core/translations/en.json
index 805d3f18..01f2ed0d 100644
--- a/core/translations/en.json
+++ b/core/translations/en.json
@@ -1,7 +1,7 @@
{
"header": {
"language": "en-US",
- "version": "2.9.8"
+ "version": "2.10.1"
},
"translations": {
"addr_mismatch__contact_support_at": "Please contact Trezor support at",
diff --git a/core/translations/es.json b/core/translations/es.json
index edd68b70..b2676c44 100644
--- a/core/translations/es.json
+++ b/core/translations/es.json
@@ -33,7 +33,7 @@
},
"header": {
"language": "es-ES",
- "version": "2.9.8"
+ "version": "2.10.1"
},
"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 be69ac05..03b296f8 100644
--- a/core/translations/fr.json
+++ b/core/translations/fr.json
@@ -33,7 +33,7 @@
},
"header": {
"language": "fr-FR",
- "version": "2.9.8"
+ "version": "2.10.1"
},
"translations": {
"addr_mismatch__contact_support_at": {
diff --git a/core/translations/pt.json b/core/translations/pt.json
index 5df741f7..9b421a14 100644
--- a/core/translations/pt.json
+++ b/core/translations/pt.json
@@ -33,7 +33,7 @@
},
"header": {
"language": "pt-BR",
- "version": "2.9.8"
+ "version": "2.10.1"
},
"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 d85cd30a..57b6150b 100644
--- a/core/translations/signatures.json
+++ b/core/translations/signatures.json
@@ -1,8 +1,8 @@
{
"current": {
- "merkle_root": "9654cc0b1c6e21de19c7356e40363225cc103689c801b7e00fa94a3004487e69",
- "datetime": "2026-01-06T06:45:30.091042+00:00",
- "commit": "74100d3a3a8ee2b1c8028f4619e9226ae9f0dda7"
+ "merkle_root": "1a2d132da4073844a409abfcfdf3846473870b745a74df7b8c82ed21a593d0c4",
+ "datetime": "2026-01-06T09:22:13.403658+00:00",
+ "commit": "4375c211f9dbf0f7fc9fbb2e70e60b112b83e385"
},
"history": [
{
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.