Skip to content

Commit 6f6458d

Browse files
committed
release picotool version 2.3.0
1 parent 0d16086 commit 6f6458d

1 file changed

Lines changed: 2 additions & 2 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.2.1-develop)
295-
set(PICOTOOL_VERSION 2.2.1-develop)
294+
set(PROJECT_VERSION 2.3.0)
295+
set(PICOTOOL_VERSION 2.3.0)
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

0 commit comments

Comments
 (0)