From 1fa2b7f9d27598ee794e8e724e581b142f2829e9 Mon Sep 17 00:00:00 2001 From: No0ne Date: Sun, 15 Dec 2024 13:04:36 +0100 Subject: [PATCH] release version 2.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e940573..d6609d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ if (MS_RATE_HOST_CONTROL) endif() pico_set_program_name(ps2x2pico "ps2x2pico") -pico_set_program_version(ps2x2pico "2.0") +pico_set_program_version(ps2x2pico "2.1") pico_enable_stdio_uart(ps2x2pico 1) pico_enable_stdio_usb(ps2x2pico 0)