Skip to content

Commit

Permalink
Merge branch 'bump-versions'
Browse files Browse the repository at this point in the history
  • Loading branch information
NickeZ committed Dec 10, 2019
2 parents 64fe21d + 6e33b92 commit d570945
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ 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 "v4.3.0")
set(FIRMWARE_BTC_ONLY_VERSION "v4.3.0")
set(FIRMWARE_BITBOXBASE_VERSION "v4.3.0")
set(FIRMWARE_VERSION "v4.4.0")
set(FIRMWARE_BTC_ONLY_VERSION "v4.4.0")
set(FIRMWARE_BITBOXBASE_VERSION "v4.4.0")
set(BOOTLOADER_VERSION "v1.0.2")

find_package(PythonInterp 3.6 REQUIRED)
Expand Down

0 comments on commit d570945

Please sign in to comment.