Skip to content

Commit

Permalink
Preparing for release candidate 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arntsonl committed Jul 18, 2023
1 parent 5b6e1ae commit 79a15a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif()
# Uncomment the next line for an unomptimized build for debugging. Use in conjunction with the Debug build type.
# set(PICO_DEOPTIMIZED_DEBUG 1)

project(GP2040-CE LANGUAGES C CXX ASM VERSION 0.7.2)
project(GP2040-CE LANGUAGES C CXX ASM VERSION 0.7.3)
set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)

Expand Down Expand Up @@ -158,7 +158,7 @@ ${PROTO_OUTPUT_DIR}/config.pb.c
set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME ${PROJECT_NAME}_${CMAKE_PROJECT_VERSION}_${GP2040_BOARDCONFIG})

pico_set_program_name(GP2040-CE "GP2040-CE")
pico_set_program_version(GP2040-CE "0.7.2")
pico_set_program_version(GP2040-CE "0.7.3")

target_link_libraries(${PROJECT_NAME}
pico_stdlib
Expand Down
2 changes: 1 addition & 1 deletion www/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VITE_CURRENT_VERSION=v0.7.2
VITE_CURRENT_VERSION=v0.7.3
VITE_GP2040_BOARD=pico
VITE_GP2040_CONTROLLER=pico

0 comments on commit 79a15a4

Please sign in to comment.