Skip to content

Commit

Permalink
Version change to 1.1.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
communix committed Oct 8, 2023
1 parent 2df81bb commit c4f118c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Pico Debug",
"cwd": "${workspaceRoot}",
"executable": "${workspaceRoot}/build/kaluma-rp2-pico-w-1.1.0-beta.3.elf",
"executable": "${workspaceRoot}/build/kaluma-rp2-pico-w-1.1.0-beta.4.elf",
"request": "launch",
"type": "cortex-debug",
"servertype": "openocd",
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(NOT "${TARGET}" STREQUAL "rp2")
endif()

if(NOT VER)
set(VER "1.1.0-beta.3")
set(VER "1.1.0-beta.4")
endif()

include(${CMAKE_SOURCE_DIR}/targets/${TARGET}/target.cmake)
Expand Down

0 comments on commit c4f118c

Please sign in to comment.