We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1a010a + 23f3248 commit bba1707Copy full SHA for bba1707
CMakeLists.txt
@@ -86,8 +86,8 @@ endif()
86
#
87
# Versions MUST contain three parts and start with lowercase 'v'.
88
# Example 'v1.0.0'. They MUST not contain a pre-release label such as '-beta'.
89
-set(FIRMWARE_VERSION "v4.0.0")
90
-set(FIRMWARE_BTC_ONLY_VERSION "v4.0.0")
+set(FIRMWARE_VERSION "v4.1.0")
+set(FIRMWARE_BTC_ONLY_VERSION "v4.1.0")
91
set(BOOTLOADER_VERSION "v1.0.1")
92
93
find_package(PythonInterp 3.6 REQUIRED)
0 commit comments