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)
239
239
target_sources (picotool PRIVATE xip_ram_perms.cpp )
240
240
add_dependencies (picotool generate_otp_header xip_ram_perms_elf binary_data )
241
241
endif ()
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 )
244
244
set (SYSTEM_VERSION "${CMAKE_SYSTEM_NAME} " )
245
245
set (COMPILER_INFO "${CMAKE_C_COMPILER_ID} -${CMAKE_C_COMPILER_VERSION} , ${CMAKE_BUILD_TYPE} " )
246
246
target_compile_definitions (picotool PRIVATE
Original file line number Diff line number Diff line change 1
1
module (
2
2
name = "picotool" ,
3
- version = "2.1.1-develop " ,
3
+ version = "2.1.1" ,
4
4
)
5
5
6
6
bazel_dep (name = "rules_libusb" , version = "0.1.0-rc1" )
You can’t perform that action at this time.
0 commit comments