Skip to content

Commit f6fe6b7

Browse files
committed
set version 1.1.2
1 parent 9c7cb43 commit f6fe6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ else()
4040
add_subdirectory(${PICO_SDK_PATH}/src/host/pico_platform pico_platform)
4141

4242
add_executable(picotool main.cpp)
43-
set(PICOTOOL_VERSION 1.1.2-develop)
43+
set(PICOTOOL_VERSION 1.1.2)
4444
set(SYSTEM_VERSION "${CMAKE_SYSTEM_NAME} ${CMAKE_SYSTEM_VERSION}")
4545
set(COMPILER_INFO "${CMAKE_C_COMPILER_ID}-${CMAKE_C_COMPILER_VERSION}, ${CMAKE_BUILD_TYPE}")
4646
target_compile_definitions(picotool PRIVATE

0 commit comments

Comments
 (0)