From 49e2a453a9f02bb384c09a79216474aa429134df Mon Sep 17 00:00:00 2001 From: Ian Scott Date: Tue, 14 Nov 2023 23:30:33 -0700 Subject: [PATCH] Firmware v1.0.0 --- sw/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/CMakeLists.txt b/sw/CMakeLists.txt index 4dadf74..dc5a284 100644 --- a/sw/CMakeLists.txt +++ b/sw/CMakeLists.txt @@ -16,7 +16,7 @@ include(pico_sdk_import.cmake) include(pico_extras_import.cmake) project(picogus - VERSION "0.7.99" + VERSION "1.0.0" LANGUAGES C CXX ASM )