Skip to content

Commit

Permalink
set version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham committed Jun 13, 2023
1 parent 9c7cb43 commit f6fe6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ else()
add_subdirectory(${PICO_SDK_PATH}/src/host/pico_platform pico_platform)

add_executable(picotool main.cpp)
set(PICOTOOL_VERSION 1.1.2-develop)
set(PICOTOOL_VERSION 1.1.2)
set(SYSTEM_VERSION "${CMAKE_SYSTEM_NAME} ${CMAKE_SYSTEM_VERSION}")
set(COMPILER_INFO "${CMAKE_C_COMPILER_ID}-${CMAKE_C_COMPILER_VERSION}, ${CMAKE_BUILD_TYPE}")
target_compile_definitions(picotool PRIVATE
Expand Down

0 comments on commit f6fe6b7

Please sign in to comment.