Skip to content

Commit

Permalink
chore: Bump firmware and fix versions due to storage upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkozlik committed Jun 21, 2024
1 parent 09ed141 commit 9c50e15
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions core/embed/firmware/version.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 7
#define VERSION_PATCH 3
#define VERSION_MINOR 8
#define VERSION_PATCH 0
#define VERSION_BUILD 0

#define FIX_VERSION_MAJOR 2
#define FIX_VERSION_MINOR 7
#define FIX_VERSION_MINOR 8
#define FIX_VERSION_PATCH 0
#define FIX_VERSION_BUILD 0

Expand Down
2 changes: 1 addition & 1 deletion core/translations/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"header": {
"language": "cs-CZ",
"version": "2.7.3"
"version": "2.8.0"
},
"translations": {
"addr_mismatch__contact_support_at": "Kontaktujte naši podporu na",
Expand Down
2 changes: 1 addition & 1 deletion core/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"header": {
"language": "de-DE",
"version": "2.7.3"
"version": "2.8.0"
},
"translations": {
"addr_mismatch__contact_support_at": "Kontaktiere den Trezor Support unter",
Expand Down
2 changes: 1 addition & 1 deletion core/translations/en.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"header": {
"language": "en-US",
"version": "2.7.3"
"version": "2.8.0"
},
"translations": {
"addr_mismatch__contact_support_at": "Please contact Trezor support at",
Expand Down
2 changes: 1 addition & 1 deletion core/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"header": {
"language": "es-ES",
"version": "2.7.3"
"version": "2.8.0"
},
"translations": {
"addr_mismatch__contact_support_at": "Contacta con atención al cliente de Trezor en",
Expand Down
2 changes: 1 addition & 1 deletion core/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"header": {
"language": "fr-FR",
"version": "2.7.3"
"version": "2.8.0"
},
"translations": {
"addr_mismatch__contact_support_at": "Contactez l'assistance Trezor à l'adr.",
Expand Down
6 changes: 3 additions & 3 deletions core/translations/signatures.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"current": {
"merkle_root": "5c985119b49ed632fff3959e7691a0f6a2faae2c865123be82626c8ba2041c8f",
"datetime": "2024-06-17T20:07:58.410696",
"commit": "51303659f1b4396c90afe2f7547464d140b2c9a9"
"merkle_root": "965333c69ea67f8fb0c199da2293677c7568962e5c1221624f4f13011e8ac88d",
"datetime": "2024-06-14T10:32:18.803684",
"commit": "3e5af95a88c28082ea2c37f38339956991c1255a"
},
"history": [
{
Expand Down
6 changes: 3 additions & 3 deletions legacy/firmware/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 12
#define VERSION_PATCH 2
#define VERSION_MINOR 13
#define VERSION_PATCH 0

#define FIX_VERSION_MAJOR 1
#define FIX_VERSION_MINOR 12
#define FIX_VERSION_MINOR 13
#define FIX_VERSION_PATCH 0

0 comments on commit 9c50e15

Please sign in to comment.