1.3.69-Release versioning.

This commit is contained in:
Robin E. R. Davies
2024-11-22 16:49:46 -05:00
parent 6c0622abf8
commit ac74ee8711
6 changed files with 26 additions and 11 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
cmake_minimum_required(VERSION 3.16.0)
project(pipedal
VERSION 1.3.67
VERSION 1.3.69
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.3.67-Experimetnal")
set (DISPLAY_VERSION "PiPedal v1.3.69-Release")
set (PACKAGE_ARCHITECTURE ${DEBIAN_ARCHITECTURE})
set (CMAKE_INSTALL_PREFIX "/usr/")