This commit is contained in:
Robin E.R. Davies
2026-06-18 08:04:55 -04:00
parent 321fc792bb
commit 11a5c3e174
7 changed files with 21 additions and 19 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.16.0)
project(pipedal
VERSION 2.0.106
VERSION 2.0.107
DESCRIPTION "PiPedal Guitar Effect Pedal For Raspberry Pi"
HOMEPAGE_URL "https://rerdavies.github.io/pipedal"
)
set (DISPLAY_VERSION "PiPedal v2.0.106-Release")
set (DISPLAY_VERSION "PiPedal v2.0.107-Release")
option(PIPEDAL_DISABLE_COPYRIGHT_BUILD "Skip generation of copyright notices (use on non-Debian distros)" OFF)
option(PIPEDAL_EXCLUDE_TESTS "Exclude test targets from default build" OFF)