1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-06 16:18:45 +00:00

core, legacy: bump versions

This commit is contained in:
Tomas Susanka 2020-06-03 15:39:25 +00:00
parent e2629eb921
commit 8859d103f4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#define VERSION_MAJOR 2 #define VERSION_MAJOR 2
#define VERSION_MINOR 3 #define VERSION_MINOR 3
#define VERSION_PATCH 1 #define VERSION_PATCH 2
#define VERSION_BUILD 0 #define VERSION_BUILD 0
#define FIX_VERSION_MAJOR 2 #define FIX_VERSION_MAJOR 2

View File

@ -1,6 +1,6 @@
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 9 #define VERSION_MINOR 9
#define VERSION_PATCH 1 #define VERSION_PATCH 2
#define FIX_VERSION_MAJOR 1 #define FIX_VERSION_MAJOR 1
#define FIX_VERSION_MINOR 9 #define FIX_VERSION_MINOR 9