File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -239,8 +239,8 @@ if (NOT PICOTOOL_NO_LIBUSB)
239239 target_sources (picotool PRIVATE xip_ram_perms.cpp)
240240 add_dependencies (picotool generate_otp_header xip_ram_perms_elf binary_data)
241241endif ()
242- set (PROJECT_VERSION 2.0 .0)
243- set (PICOTOOL_VERSION 2.0 .0)
242+ set (PROJECT_VERSION 2.1 .0)
243+ set (PICOTOOL_VERSION 2.1 .0)
244244set (SYSTEM_VERSION "${CMAKE_SYSTEM_NAME} " )
245245set (COMPILER_INFO "${CMAKE_C_COMPILER_ID} -${CMAKE_C_COMPILER_VERSION} , ${CMAKE_BUILD_TYPE} " )
246246target_compile_definitions (picotool PRIVATE
Original file line number Diff line number Diff line change 11module (
22 name = "picotool" ,
3- version = "2.0 .0" ,
3+ version = "2.1 .0" ,
44)
55
66bazel_dep (name = "rules_libusb" , version = "0.1.0-rc1" )
7- bazel_dep (name = "pico-sdk" , version = "2.0 .0" )
7+ bazel_dep (name = "pico-sdk" , version = "2.1 .0" )
88bazel_dep (name = "rules_cc" , version = "0.0.9" )
99bazel_dep (name = "bazel_skylib" , version = "1.6.1" )
1010bazel_dep (name = "rules_python" , version = "0.22.1" )
You can’t perform that action at this time.
0 commit comments