From 82178c139866539f10752bbbb39f596dad8f4f58 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Wed, 14 Jun 2023 15:02:43 +0200 Subject: [PATCH] new version 1.2.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5d5d1b..ce3a8f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()