push version number
This commit is contained in:
parent
5eef6442e1
commit
2e62919999
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.1.0" LANGUAGES C CXX ASM)
|
||||
project(abfall VERSION "1.2.0" LANGUAGES C CXX ASM)
|
||||
|
||||
# Initialise the Raspberry Pi Pico SDK
|
||||
pico_sdk_init()
|
||||
|
|
Loading…
Reference in a new issue