push version
This commit is contained in:
parent
5b12a9cd16
commit
89f646fc6c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if (PICO_SDK_VERSION_STRING VERSION_LESS "1.4.0")
|
|||
message(FATAL_ERROR "Raspberry Pi Pico SDK version 1.4.0 (or later) required. Your version is ${PICO_SDK_VERSION_STRING}")
|
||||
endif()
|
||||
|
||||
project(abfall VERSION "1.2.0" LANGUAGES C CXX ASM)
|
||||
project(abfall VERSION "1.2.1" LANGUAGES C CXX ASM)
|
||||
|
||||
# Initialise the Raspberry Pi Pico SDK
|
||||
pico_sdk_init()
|
||||
|
|
Loading…
Reference in a new issue