Skip to content

Commit

Permalink
CMakeLists: bump version to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Mar 2, 2020
1 parent 6cccf6a commit 87b8acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ endif()
#
# Versions MUST contain three parts and start with lowercase 'v'.
# Example 'v1.0.0'. They MUST not contain a pre-release label such as '-beta'.
set(FIRMWARE_VERSION "v6.0.0")
set(FIRMWARE_BTC_ONLY_VERSION "v6.0.0")
set(FIRMWARE_VERSION "v6.1.0")
set(FIRMWARE_BTC_ONLY_VERSION "v6.1.0")
set(FIRMWARE_BITBOXBASE_VERSION "v6.0.0")
set(BOOTLOADER_VERSION "v1.0.2")

Expand Down

0 comments on commit 87b8acd

Please sign in to comment.