mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-21 05:48:23 +00:00
chore: Bump firmware and fix versions due to storage upgrade.
This commit is contained in:
parent
09ed141a0a
commit
9c50e15cf7
@ -1,10 +1,10 @@
|
|||||||
#define VERSION_MAJOR 2
|
#define VERSION_MAJOR 2
|
||||||
#define VERSION_MINOR 7
|
#define VERSION_MINOR 8
|
||||||
#define VERSION_PATCH 3
|
#define VERSION_PATCH 0
|
||||||
#define VERSION_BUILD 0
|
#define VERSION_BUILD 0
|
||||||
|
|
||||||
#define FIX_VERSION_MAJOR 2
|
#define FIX_VERSION_MAJOR 2
|
||||||
#define FIX_VERSION_MINOR 7
|
#define FIX_VERSION_MINOR 8
|
||||||
#define FIX_VERSION_PATCH 0
|
#define FIX_VERSION_PATCH 0
|
||||||
#define FIX_VERSION_BUILD 0
|
#define FIX_VERSION_BUILD 0
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"language": "cs-CZ",
|
"language": "cs-CZ",
|
||||||
"version": "2.7.3"
|
"version": "2.8.0"
|
||||||
},
|
},
|
||||||
"translations": {
|
"translations": {
|
||||||
"addr_mismatch__contact_support_at": "Kontaktujte naši podporu na",
|
"addr_mismatch__contact_support_at": "Kontaktujte naši podporu na",
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"language": "de-DE",
|
"language": "de-DE",
|
||||||
"version": "2.7.3"
|
"version": "2.8.0"
|
||||||
},
|
},
|
||||||
"translations": {
|
"translations": {
|
||||||
"addr_mismatch__contact_support_at": "Kontaktiere den Trezor Support unter",
|
"addr_mismatch__contact_support_at": "Kontaktiere den Trezor Support unter",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"header": {
|
"header": {
|
||||||
"language": "en-US",
|
"language": "en-US",
|
||||||
"version": "2.7.3"
|
"version": "2.8.0"
|
||||||
},
|
},
|
||||||
"translations": {
|
"translations": {
|
||||||
"addr_mismatch__contact_support_at": "Please contact Trezor support at",
|
"addr_mismatch__contact_support_at": "Please contact Trezor support at",
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"language": "es-ES",
|
"language": "es-ES",
|
||||||
"version": "2.7.3"
|
"version": "2.8.0"
|
||||||
},
|
},
|
||||||
"translations": {
|
"translations": {
|
||||||
"addr_mismatch__contact_support_at": "Contacta con atención al cliente de Trezor en",
|
"addr_mismatch__contact_support_at": "Contacta con atención al cliente de Trezor en",
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"language": "fr-FR",
|
"language": "fr-FR",
|
||||||
"version": "2.7.3"
|
"version": "2.8.0"
|
||||||
},
|
},
|
||||||
"translations": {
|
"translations": {
|
||||||
"addr_mismatch__contact_support_at": "Contactez l'assistance Trezor à l'adr.",
|
"addr_mismatch__contact_support_at": "Contactez l'assistance Trezor à l'adr.",
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"current": {
|
"current": {
|
||||||
"merkle_root": "5c985119b49ed632fff3959e7691a0f6a2faae2c865123be82626c8ba2041c8f",
|
"merkle_root": "965333c69ea67f8fb0c199da2293677c7568962e5c1221624f4f13011e8ac88d",
|
||||||
"datetime": "2024-06-17T20:07:58.410696",
|
"datetime": "2024-06-14T10:32:18.803684",
|
||||||
"commit": "51303659f1b4396c90afe2f7547464d140b2c9a9"
|
"commit": "3e5af95a88c28082ea2c37f38339956991c1255a"
|
||||||
},
|
},
|
||||||
"history": [
|
"history": [
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 12
|
#define VERSION_MINOR 13
|
||||||
#define VERSION_PATCH 2
|
#define VERSION_PATCH 0
|
||||||
|
|
||||||
#define FIX_VERSION_MAJOR 1
|
#define FIX_VERSION_MAJOR 1
|
||||||
#define FIX_VERSION_MINOR 12
|
#define FIX_VERSION_MINOR 13
|
||||||
#define FIX_VERSION_PATCH 0
|
#define FIX_VERSION_PATCH 0
|
||||||
|
Loading…
Reference in New Issue
Block a user