v1.5.93 versioning.

This commit is contained in:
Robin E. R. Davies
2025-09-21 16:21:52 -04:00
parent 6105dff931
commit 6e4913cecd
5 changed files with 34 additions and 13 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
cmake_minimum_required(VERSION 3.16.0)
project(pipedal
VERSION 1.5.92
VERSION 1.5.93
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.92-Experimental")
set (DISPLAY_VERSION "PiPedal v1.5.93-Experimental")
set (PACKAGE_ARCHITECTURE ${DEBIAN_ARCHITECTURE})
set (CMAKE_INSTALL_PREFIX "/usr/")