v2.0.101 Experimental (TooB Tone tweaks)

This commit is contained in:
Robin E.R. Davies
2026-04-20 00:31:41 -04:00
parent 0c5e8d446b
commit 55c464f904
5 changed files with 17 additions and 13 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
cmake_minimum_required(VERSION 3.16.0)
project(pipedal
VERSION 2.0.100
VERSION 2.0.101
DESCRIPTION "PiPedal Guitar Effect Pedal For Raspberry Pi"
HOMEPAGE_URL "https://rerdavies.github.io/pipedal"
)
execute_process( COMMAND dpkg --print-architecture COMMAND tr -d '\n' OUTPUT_VARIABLE DEBIAN_ARCHITECTURE )
set (DISPLAY_VERSION "PiPedal v2.0.100-Alpha")
set (DISPLAY_VERSION "PiPedal v2.0.101-Alpha")
set (PACKAGE_ARCHITECTURE ${DEBIAN_ARCHITECTURE})
set (CMAKE_INSTALL_PREFIX "/usr/")