Skip to content

Commit

Permalink
Version change to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
communix committed Jan 15, 2024
1 parent 9c62fe1 commit 9c7fc61
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.4.elf",
"executable": "${workspaceRoot}/build/kaluma-rp2-pico-w-1.1.0.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.4")
set(VER "1.1.0")
endif()

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

0 comments on commit 9c7fc61

Please sign in to comment.