v1.5.97, including ToobAmp 1.2.73/x64

This commit is contained in:
Robin E.R. Davies
2026-01-21 17:09:44 -05:00
parent e259b31628
commit f26e3bf102
6 changed files with 15 additions and 14 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
cmake_minimum_required(VERSION 3.16.0)
project(pipedal
VERSION 1.5.97
VERSION 1.5.98
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 v1.5.97-Beta")
set (DISPLAY_VERSION "PiPedal v1.5.98-Beta")
set (PACKAGE_ARCHITECTURE ${DEBIAN_ARCHITECTURE})
set (CMAKE_INSTALL_PREFIX "/usr/")