1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 23:08:14 +00:00

chore(core/bootloader): bump over unreleased version

This commit is contained in:
Ondrej Mikle 2022-05-25 18:35:49 +02:00 committed by matejcik
parent c563c987e1
commit 49462dc283
2 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## 2.0.4 [May 2022]
### Security
- Intentionally skipped this version due to fake devices
## 2.0.3 [March 2019]
### Security

View File

@ -1,6 +1,6 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 0
#define VERSION_PATCH 4
#define VERSION_PATCH 5
#define VERSION_BUILD 0
#define VERSION_UINT32 \
(VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | \