From d4278d609844a8a2494bc0e83417d0478e6c88bf Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Fri, 23 Dec 2022 12:30:11 +0100 Subject: [PATCH] increase version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 576033b..7aa6592 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ set(PICO_SDK_PATH "/home/martin/pico/pico-sdk") # Pull in Raspberry Pi Pico SDK (must be before project) include("cmake/pico_sdk_import.cmake") -project(gbmanager VERSION "1.0.0" LANGUAGES C CXX ASM) +project(gbmanager VERSION "1.0.1" LANGUAGES C CXX ASM) # Initialise the Raspberry Pi Pico SDK pico_sdk_init()