Skip to content

Commit b27f062

Browse files
committed
start 2.3.1 development
1 parent 1650acb commit b27f062

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ if (NOT PICOTOOL_NO_LIBUSB)
291291
target_sources(picotool PRIVATE get_xip_ram_perms.cpp)
292292
add_dependencies(picotool generate_otp_header embedded_data)
293293
endif()
294-
set(PROJECT_VERSION 2.3.0)
295-
set(PICOTOOL_VERSION 2.3.0)
294+
set(PROJECT_VERSION 2.3.1-develop)
295+
set(PICOTOOL_VERSION 2.3.1-develop)
296296
set(SYSTEM_VERSION "${CMAKE_SYSTEM_NAME}")
297297
set(COMPILER_INFO "${CMAKE_C_COMPILER_ID}-${CMAKE_C_COMPILER_VERSION}, ${CMAKE_BUILD_TYPE}")
298298
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.3.0",
3+
version = "2.3.1-develop",
44
)
55

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

0 commit comments

Comments
 (0)