Skip to content

Commit df21059

Browse files
committed
bump picotool version and SDK dependency to 2.1.0
1 parent 3a47602 commit df21059

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.0.0)
243-
set(PICOTOOL_VERSION 2.0.0)
242+
set(PROJECT_VERSION 2.1.0)
243+
set(PICOTOOL_VERSION 2.1.0)
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module(
22
name = "picotool",
3-
version = "2.0.0",
3+
version = "2.1.0",
44
)
55

66
bazel_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")
88
bazel_dep(name = "rules_cc", version = "0.0.9")
99
bazel_dep(name = "bazel_skylib", version = "1.6.1")
1010
bazel_dep(name = "rules_python", version = "0.22.1")

0 commit comments

Comments
 (0)