Skip to content

Commit de8ae5a

Browse files
committed
release picotool version 2.1.1
1 parent add176e commit de8ae5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
241241
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)
244244
set(SYSTEM_VERSION "${CMAKE_SYSTEM_NAME}")
245245
set(COMPILER_INFO "${CMAKE_C_COMPILER_ID}-${CMAKE_C_COMPILER_VERSION}, ${CMAKE_BUILD_TYPE}")
246246
target_compile_definitions(picotool PRIVATE

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "picotool",
3-
version = "2.1.1-develop",
3+
version = "2.1.1",
44
)
55

66
bazel_dep(name = "rules_libusb", version = "0.1.0-rc1")

0 commit comments

Comments
 (0)