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:
parent
c563c987e1
commit
49462dc283
@ -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
|
||||
|
@ -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) | \
|
||||
|
Loading…
Reference in New Issue
Block a user