We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7cb43 commit f6fe6b7Copy full SHA for f6fe6b7
CMakeLists.txt
@@ -40,7 +40,7 @@ else()
40
add_subdirectory(${PICO_SDK_PATH}/src/host/pico_platform pico_platform)
41
42
add_executable(picotool main.cpp)
43
- set(PICOTOOL_VERSION 1.1.2-develop)
+ set(PICOTOOL_VERSION 1.1.2)
44
set(SYSTEM_VERSION "${CMAKE_SYSTEM_NAME} ${CMAKE_SYSTEM_VERSION}")
45
set(COMPILER_INFO "${CMAKE_C_COMPILER_ID}-${CMAKE_C_COMPILER_VERSION}, ${CMAKE_BUILD_TYPE}")
46
target_compile_definitions(picotool PRIVATE
0 commit comments