diff --git a/legacy/bootloader/version.h b/legacy/bootloader/version.h index 364d46dd4..ebb892251 100644 --- a/legacy/bootloader/version.h +++ b/legacy/bootloader/version.h @@ -1,3 +1,3 @@ #define VERSION_MAJOR 1 -#define VERSION_MINOR 11 +#define VERSION_MINOR 12 #define VERSION_PATCH 0 diff --git a/legacy/firmware/version.h b/legacy/firmware/version.h index fe5d48b3b..234cdbd7a 100644 --- a/legacy/firmware/version.h +++ b/legacy/firmware/version.h @@ -1,7 +1,7 @@ #define VERSION_MAJOR 1 -#define VERSION_MINOR 11 -#define VERSION_PATCH 3 +#define VERSION_MINOR 12 +#define VERSION_PATCH 0 #define FIX_VERSION_MAJOR 1 -#define FIX_VERSION_MINOR 11 +#define FIX_VERSION_MINOR 12 #define FIX_VERSION_PATCH 0 diff --git a/legacy/intermediate_fw/version.h b/legacy/intermediate_fw/version.h index 7c7293249..262093176 100644 --- a/legacy/intermediate_fw/version.h +++ b/legacy/intermediate_fw/version.h @@ -1,8 +1,8 @@ // Matches the bootloader version included in this firmware #define VERSION_MAJOR 1 -#define VERSION_MINOR 10 +#define VERSION_MINOR 12 #define VERSION_PATCH 0 #define FIX_VERSION_MAJOR 1 -#define FIX_VERSION_MINOR 10 +#define FIX_VERSION_MINOR 12 #define FIX_VERSION_PATCH 0