File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.1.1-develop )
243- set (PICOTOOL_VERSION 2.1.1-develop )
242+ set (PROJECT_VERSION 2.1.1)
243+ set (PICOTOOL_VERSION 2.1.1)
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.1.1-develop " ,
3+ version = "2.1.1" ,
44)
55
66bazel_dep (name = "rules_libusb" , version = "0.1.0-rc1" )
You can’t perform that action at this time.
0 commit comments