Skip to content

Commit

Permalink
start 2.1.1-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham committed Nov 25, 2024
1 parent df21059 commit 57ca5fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ if (NOT PICOTOOL_NO_LIBUSB)
target_sources(picotool PRIVATE xip_ram_perms.cpp)
add_dependencies(picotool generate_otp_header xip_ram_perms_elf binary_data)
endif()
set(PROJECT_VERSION 2.1.0)
set(PICOTOOL_VERSION 2.1.0)
set(PROJECT_VERSION 2.1.1-develop)
set(PICOTOOL_VERSION 2.1.1-develop)
set(SYSTEM_VERSION "${CMAKE_SYSTEM_NAME}")
set(COMPILER_INFO "${CMAKE_C_COMPILER_ID}-${CMAKE_C_COMPILER_VERSION}, ${CMAKE_BUILD_TYPE}")
target_compile_definitions(picotool PRIVATE
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "picotool",
version = "2.1.0",
version = "2.1.1-develop",
)

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

0 comments on commit 57ca5fa

Please sign in to comment.