Skip to content

Commit

Permalink
Updating for release v0.7.5 (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
arntsonl authored Oct 11, 2023
1 parent 96af5d9 commit 03016fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.4)
project(GP2040-CE LANGUAGES C CXX ASM VERSION 0.7.5)
set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)

Expand Down Expand Up @@ -167,7 +167,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.4")
pico_set_program_version(GP2040-CE "0.7.5")

target_link_libraries(${PROJECT_NAME}
pico_stdlib
Expand Down
2 changes: 1 addition & 1 deletion headers/helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "xinput_driver.h"

// GP2040-CE Version (32 character limit)
#define GP2040VERSION "v0.7.4"
#define GP2040VERSION "v0.7.5"

// GP2040-CE Board Config (64 character limit)
#ifndef GP2040_BOARDCONFIG
Expand Down
2 changes: 1 addition & 1 deletion www/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_CURRENT_VERSION=v0.7.4
VITE_CURRENT_VERSION=v0.7.5
VITE_GP2040_BOARD=pico
VITE_GP2040_CONTROLLER=pico
VITE_DEV_BASE_URL=http://localhost:8080

0 comments on commit 03016fc

Please sign in to comment.