new version 1.2.2

This commit is contained in:
Martin Brodbeck 2023-06-14 15:02:43 +02:00
parent 58f364d930
commit 82178c1398
1 changed files with 1 additions and 1 deletions

View File

@ -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.1" LANGUAGES C CXX ASM)
project(abfall VERSION "1.2.2" LANGUAGES C CXX ASM)
# Initialise the Raspberry Pi Pico SDK
pico_sdk_init()